C# Class System.Net.Sockets.BaseOverlappedAsyncResult

Inheritance: ContextAwareResult
Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
CheckAsyncCallOverlappedResult SocketError
CompletionPortCallback void
InternalWaitForCompletionInt32Result int
PostCompletion object
SetUnmanagedStructures void

Protected Methods

Method Description
Cleanup ( ) : void
ForceReleaseUnmanagedStructures ( ) : void

Private Methods

Method Description
CheckAsyncCallOverlappedResult ( SocketError errorCode ) : SocketError
CompletionPortCallback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void
InternalWaitForCompletionInt32Result ( ) : int
PostCompletion ( int numBytes ) : object
SetUnmanagedStructures ( object objectsToPin ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void

ForceReleaseUnmanagedStructures() protected method

protected ForceReleaseUnmanagedStructures ( ) : void
return void