C# 클래스 System.Net.ListenerAsyncResult

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

Private Properties

프로퍼티 타입 설명
IOCompleted void
ListenerAsyncResult System.Threading
QueueBeginGetContext uint
WaitCallback void

보호된 메소드들

메소드 설명
Cleanup ( ) : void

비공개 메소드들

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

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void