C# Class System.Net.HttpRequestStream.HttpRequestStreamAsyncResult

Inheritance: LazyAsyncResult
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Protected Methods

Method Description
Cleanup ( ) : void

Private Methods

Method Description
Callback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void
HttpRequestStreamAsyncResult ( ThreadPoolBoundHandle boundHandle, object asyncObject, object userState, AsyncCallback callback, byte buffer, int offset, uint size, uint dataAlreadyRead ) : System.IO
HttpRequestStreamAsyncResult ( object asyncObject, object userState, AsyncCallback callback ) : System.IO
HttpRequestStreamAsyncResult ( object asyncObject, object userState, AsyncCallback callback, uint dataAlreadyRead ) : System.IO
IOCompleted ( HttpRequestStreamAsyncResult asyncResult, uint errorCode, uint numBytes ) : void
IOCompleted ( uint errorCode, uint numBytes ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void