Click or drag to resize

OperationResult Structure

Specifies the outcome of a DataReceived(Int32, Direction) operation.

Namespace:  FastProxy
Assembly:  FastProxy (in FastProxy.dll) Version: 0.2.0.0
Syntax
C#
public struct OperationResult

The OperationResult type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCloseClient
Indicates that the connection should be aborted.
Public propertyStatic memberContinue
Indicates that the data transfer should continue.
Public propertyOutcome
Gets the outcome of the operation.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCallback
Sets the callback to call when a pending operation completes.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also