C# Class System.Net.ListenerAsyncResult

Inheritance: IAsyncResult
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
IOCompleted void
ListenerAsyncResult System.Threading
QueueBeginGetContext uint
WaitCallback void

Protected Methods

Method Description
Cleanup ( ) : void

Private Methods

Method Description
IOCompleted ( ListenerAsyncResult asyncResult, uint errorCode, uint numBytes ) : void
ListenerAsyncResult ( HttpListener listener, object userState, AsyncCallback callback ) : System.Threading
QueueBeginGetContext ( ) : uint
WaitCallback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void