C# Class System.Net.HttpListener.DisconnectAsyncResult

Inheritance: IAsyncResult
Show file Open project: dotnet/corefx

Private Properties

Property Type Description
DisconnectAsyncResult Microsoft.Win32.SafeHandles
FinishOwningDisconnectHandling void
HandleDisconnect void
IOCompleted void
IOCompleted void
StartOwningDisconnectHandling bool
WaitCallback void

Private Methods

Method Description
DisconnectAsyncResult ( HttpListener httpListener, ulong connectionId ) : Microsoft.Win32.SafeHandles
FinishOwningDisconnectHandling ( ) : void
HandleDisconnect ( ) : void
IOCompleted ( DisconnectAsyncResult asyncResult, uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void
IOCompleted ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void
StartOwningDisconnectHandling ( ) : bool
WaitCallback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void