C# Class System.Net.HttpRequestStream.HttpRequestStreamAsyncResult

Inheritance: LazyAsyncResult
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes protégées

Méthode Description
Cleanup ( ) : void

Private Methods

Méthode 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 méthode

protected Cleanup ( ) : void
Résultat void