Click or drag to resize

OperationOutcome Enumeration

Specifies the outcome of a data transfer operation.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public enum OperationOutcome
Members
  Member nameValueDescription
Continue0 Indicates the data should be sent upstream or downstream as usual.
CloseClient1 Indicates that the client should be closed. Returning this value will not cause a graceful closure of the connection. Any outstanding data will be dropped and the client will be closed immediately.
Pending2 Indicates that the operation outcome is pending. This is used by the OperationContinuation to delay the operation outcome until a later time.
See Also