Method | Description | |
---|---|---|
ReceiveDescriptor ( IDescriptorContainer container ) : System |
Initializes a new instance of the ReceiveDescriptor class.
|
|
StartReceive ( ) : void |
Starts the receive process.
|
Method | Description | |
---|---|---|
OnClosed ( ) : void |
Method | Description | |
---|---|---|
BeginReceive ( ) : void | ||
ClearBuffer ( ) : void | ||
EndReceiveAsynchronous ( object sender, |
Asynchronous EndReceive, also the callback for the Completed event. If there is more data to send, this method will call BeginReceive(). |
|
EndReceiveSynchronous ( |
Synchronous EndReceive.
|
|
HandleTransferredData ( |
Handles the transferred data for the operation. This method returns |
|
ResetPositions ( ) : void | ||
SetFreshBuffer ( ) : void |
public ReceiveDescriptor ( IDescriptorContainer container ) : System | ||
container | IDescriptorContainer | The |
return | System |