C# Class System.Net.HttpResponseStreamAsyncResult

Inheritance: LazyAsyncResult
Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Callback void
GetChunkHeader byte[]
HttpResponseStreamAsyncResult System.Runtime.InteropServices
HttpResponseStreamAsyncResult System.Runtime.InteropServices
IOCompleted void
IOCompleted void

Protected Methods

Method Description
Cleanup ( ) : void

Private Methods

Method Description
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

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void