C# 클래스 System.Net.HttpResponseStreamAsyncResult

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

Private Properties

프로퍼티 타입 설명
Callback void
GetChunkHeader byte[]
HttpResponseStreamAsyncResult System.Runtime.InteropServices
HttpResponseStreamAsyncResult System.Runtime.InteropServices
IOCompleted void
IOCompleted void

보호된 메소드들

메소드 설명
Cleanup ( ) : void

비공개 메소드들

메소드 설명
Callback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void
GetChunkHeader ( int size, int &offset ) : byte[]
HttpResponseStreamAsyncResult ( object asyncObject, object userState, AsyncCallback callback ) : System.Runtime.InteropServices
HttpResponseStreamAsyncResult ( object asyncObject, object userState, AsyncCallback callback, byte buffer, int offset, int size, bool chunked, bool sentHeaders, ThreadPoolBoundHandle boundHandle ) : System.Runtime.InteropServices
IOCompleted ( HttpResponseStreamAsyncResult asyncResult, uint errorCode, uint numBytes ) : void
IOCompleted ( uint errorCode, uint numBytes ) : void

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void