C# 클래스 System.Net.Sockets.ReceiveMessageOverlappedAsyncResult

상속: BaseOverlappedAsyncResult
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetSocketAddressSize int
GetSocketAddressSizePtr System.IntPtr
InitIPPacketInformation void
LogBuffer void
PostCompletion object
ReceiveMessageOverlappedAsyncResult System
SetUnmanagedStructures void
SyncReleaseUnmanagedStructures void

공개 메소드들

메소드 설명
CompletionCallback ( int numBytes, byte socketAddress, int socketAddressSize, SocketFlags receivedFlags, IPPacketInformation ipPacketInformation, SocketError errorCode ) : void

보호된 메소드들

메소드 설명
ForceReleaseUnmanagedStructures ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CompletionCallback() 공개 메소드

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
리턴 void

ForceReleaseUnmanagedStructures() 보호된 메소드

protected ForceReleaseUnmanagedStructures ( ) : void
리턴 void