Click or drag to resize

ChaosAbortReason Enumeration

Specifies the reason a chaos connection was aborted.

Namespace:  FastProxy.Listeners.Chaos
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public enum ChaosAbortReason
Members
  Member nameValueDescription
TimeExpired0 Indicates the timeout expires.
MaximumTransferred1 Indicates the maximum number of bytes was transferred.
See Also