C# 클래스 System.Net.HttpListener.DisconnectAsyncResult

상속: IAsyncResult
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
DisconnectAsyncResult Microsoft.Win32.SafeHandles
FinishOwningDisconnectHandling void
HandleDisconnect void
IOCompleted void
IOCompleted void
StartOwningDisconnectHandling bool
WaitCallback void

비공개 메소드들

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