C# Class System.Net.Sockets.ReceiveMessageOverlappedAsyncResult

Inheritance: BaseOverlappedAsyncResult
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
GetSocketAddressSize int
GetSocketAddressSizePtr System.IntPtr
InitIPPacketInformation void
LogBuffer void
PostCompletion object
ReceiveMessageOverlappedAsyncResult System
SetUnmanagedStructures void
SyncReleaseUnmanagedStructures void

Méthodes publiques

Méthode Description
CompletionCallback ( int numBytes, byte socketAddress, int socketAddressSize, SocketFlags receivedFlags, IPPacketInformation ipPacketInformation, SocketError errorCode ) : void

Méthodes protégées

Méthode Description
ForceReleaseUnmanagedStructures ( ) : void

Private Methods

Méthode Description
GetSocketAddressSize ( ) : int
GetSocketAddressSizePtr ( ) : IntPtr
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

Method Details

CompletionCallback() public méthode

public CompletionCallback ( int numBytes, byte socketAddress, int socketAddressSize, SocketFlags receivedFlags, IPPacketInformation ipPacketInformation, SocketError errorCode ) : void
numBytes int
socketAddress byte
socketAddressSize int
receivedFlags SocketFlags
ipPacketInformation IPPacketInformation
errorCode SocketError
Résultat void

ForceReleaseUnmanagedStructures() protected méthode

protected ForceReleaseUnmanagedStructures ( ) : void
Résultat void