Method |
Description |
|
AcceptCompletionCallback ( IntPtr acceptedFileDescriptor, byte socketAddress, int socketAddressSize, SocketError socketError ) : void |
|
|
CancelConnectAsync ( ) : void |
|
|
CheckPinMultipleBuffers ( ) : void |
|
|
CheckPinNoBuffer ( ) : void |
|
|
CheckPinSendPackets ( ) : void |
|
|
CheckPinSingleBuffer ( bool pinUsersBuffer ) : void |
|
|
Complete ( ) : void |
|
|
CompleteIOCPOperation ( ) : void |
|
|
CompletionCallback ( int bytesTransferred, SocketError socketError ) : void |
|
|
CompletionPortCallback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void |
|
|
ConnectCompletionCallback ( SocketError socketError ) : void |
|
|
DoOperationAccept ( Socket socket, SafeCloseSocket handle, SafeCloseSocket acceptHandle, int &bytesTransferred ) : SocketError |
|
|
DoOperationConnect ( Socket socket, SafeCloseSocket handle, int &bytesTransferred ) : SocketError |
|
|
DoOperationDisconnect ( Socket socket, SafeCloseSocket handle ) : SocketError |
|
|
DoOperationReceive ( SafeCloseSocket handle, SocketFlags &flags, int &bytesTransferred ) : SocketError |
|
|
DoOperationReceiveFrom ( SafeCloseSocket handle, SocketFlags &flags, int &bytesTransferred ) : SocketError |
|
|
DoOperationReceiveMessageFrom ( Socket socket, SafeCloseSocket handle, int &bytesTransferred ) : SocketError |
|
|
DoOperationSend ( SafeCloseSocket handle, int &bytesTransferred ) : SocketError |
|
|
DoOperationSendPackets ( Socket socket, SafeCloseSocket handle ) : SocketError |
|
|
DoOperationSendTo ( SafeCloseSocket handle, int &bytesTransferred ) : SocketError |
|
|
ExecutionCallback ( object state ) : void |
|
|
FinishConnectByNameSyncFailure ( Exception exception, int bytesTransferred, SocketFlags flags ) : void |
|
|
FinishOperationAccept ( Internals remoteSocketAddress ) : SocketError |
|
|
FinishOperationAsyncFailure ( Exception exception, int bytesTransferred, SocketFlags flags ) : void |
|
|
FinishOperationAsyncFailure ( SocketError socketError, int bytesTransferred, SocketFlags flags ) : void |
|
|
FinishOperationConnect ( ) : SocketError |
|
|
FinishOperationReceiveMessageFrom ( ) : void |
|
|
FinishOperationSendPackets ( ) : void |
|
|
FinishOperationSuccess ( SocketError socketError, int bytesTransferred, SocketFlags flags ) : void |
|
|
FinishOperationSyncFailure ( SocketError socketError, int bytesTransferred, SocketFlags flags ) : void |
|
|
FinishWrapperConnectSuccess ( Socket connectSocket, int bytesTransferred, SocketFlags flags ) : void |
|
|
FreeInternals ( bool calledFromFinalizer ) : void |
|
|
FreeOverlapped ( bool checkForShutdown ) : void |
|
|
GetSocketAddressSize ( ) : int |
|
|
InitializeInternals ( ) : void |
|
|
InnerComplete ( ) : void |
|
|
InnerStartOperationAccept ( bool userSuppliedBuffer ) : void |
|
|
InnerStartOperationConnect ( ) : void |
|
|
InnerStartOperationDisconnect ( ) : void |
|
|
InnerStartOperationReceive ( ) : void |
|
|
InnerStartOperationReceiveFrom ( ) : void |
|
|
InnerStartOperationReceiveMessageFrom ( ) : void |
|
|
InnerStartOperationSend ( ) : void |
|
|
InnerStartOperationSendPackets ( ) : void |
|
|
InnerStartOperationSendTo ( ) : void |
|
|
LogBuffer ( int size ) : void |
|
|
LogSendPacketsBuffers ( int size ) : void |
|
|
PinSocketAddressBuffer ( ) : void |
|
|
PrepareIOCPOperation ( ) : void |
|
|
ReceiveMessageFromCompletionCallback ( int bytesTransferred, byte socketAddress, int socketAddressSize, SocketFlags receivedFlags, IPPacketInformation ipPacketInformation, SocketError errorCode ) : void |
|
|
SetBufferInternal ( byte buffer, int offset, int count ) : void |
|
|
SetResults ( Exception exception, int bytesTransferred, SocketFlags flags ) : void |
|
|
SetResults ( SocketError socketError, int bytesTransferred, SocketFlags flags ) : void |
|
|
SetupMultipleBuffers ( ) : void |
|
|
SetupOverlappedMultiple ( ) : void |
|
|
SetupOverlappedSendPackets ( ) : void |
|
|
SetupOverlappedSingle ( bool pinSingleBuffer ) : void |
|
|
SetupSendPacketsElements ( ) : void |
|
|
SetupSingleBuffer ( ) : void |
|
|
StartConfiguring ( ) : void |
|
|
StartOperationAccept ( ) : void |
|
|
StartOperationCommon ( Socket socket ) : void |
|
|
StartOperationConnect ( ) : void |
|
|
StartOperationDisconnect ( ) : void |
|
|
StartOperationReceive ( ) : void |
|
|
StartOperationReceiveFrom ( ) : void |
|
|
StartOperationReceiveMessageFrom ( ) : void |
|
|
StartOperationSend ( ) : void |
|
|
StartOperationSendPackets ( ) : void |
|
|
StartOperationSendTo ( ) : void |
|
|
StartOperationWrapperConnect ( MultipleConnectAsync args ) : void |
|
|
TransferCompletionCallbackCore ( int bytesTransferred, byte socketAddress, int socketAddressSize, SocketFlags receivedFlags, SocketError socketError ) : void |
|
|
UpdatePerfCounters ( int size, bool sendOp ) : void |
|
|