Property | Type | Description | |
---|---|---|---|
GetSocketAddressSize | int | ||
GetSocketAddressSizePtr | |||
InitIPPacketInformation | void | ||
LogBuffer | void | ||
PostCompletion | object | ||
ReceiveMessageOverlappedAsyncResult | System | ||
SetUnmanagedStructures | void | ||
SyncReleaseUnmanagedStructures | void |
Method | Description | |
---|---|---|
CompletionCallback ( int numBytes, byte socketAddress, int socketAddressSize, SocketFlags receivedFlags, |
Method | Description | |
---|---|---|
ForceReleaseUnmanagedStructures ( ) : void |
Method | Description | |
---|---|---|
GetSocketAddressSize ( ) : int | ||
GetSocketAddressSizePtr ( ) : |
||
InitIPPacketInformation ( ) : void | ||
LogBuffer ( int size ) : void | ||
PostCompletion ( int numBytes ) : object | ||
ReceiveMessageOverlappedAsyncResult ( Socket socket, Object asyncState, AsyncCallback asyncCallback ) : System | ||
SetUnmanagedStructures ( byte buffer, int offset, int size, Internals socketAddress, SocketFlags socketFlags ) : void | ||
SyncReleaseUnmanagedStructures ( ) : void |
public CompletionCallback ( int numBytes, byte socketAddress, int socketAddressSize, SocketFlags receivedFlags, |
||
numBytes | int | |
socketAddress | byte | |
socketAddressSize | int | |
receivedFlags | SocketFlags | |
ipPacketInformation | ||
errorCode | SocketError | |
return | void |
protected ForceReleaseUnmanagedStructures ( ) : void | ||
return | void |