C# 클래스 System.Net.AsyncRequestContext

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

Private Properties

프로퍼티 타입 설명
Allocate Interop.HttpApi.HTTP_REQUEST*
AsyncRequestContext System.Diagnostics
Reset void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnReleasePins ( ) : void

비공개 메소드들

메소드 설명
Allocate ( ThreadPoolBoundHandle boundHandle, uint size ) : Interop.HttpApi.HTTP_REQUEST*
AsyncRequestContext ( ThreadPoolBoundHandle boundHandle, ListenerAsyncResult result ) : System.Diagnostics
Reset ( ThreadPoolBoundHandle boundHandle, ulong requestId, uint size ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnReleasePins() 보호된 메소드

protected OnReleasePins ( ) : void
리턴 void