C# Class System.Net.AsyncRequestContext

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

Private Properties

Property Type Description
Allocate Interop.HttpApi.HTTP_REQUEST*
AsyncRequestContext System.Diagnostics
Reset void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnReleasePins ( ) : void

Private Methods

Method Description
Allocate ( ThreadPoolBoundHandle boundHandle, uint size ) : Interop.HttpApi.HTTP_REQUEST*
AsyncRequestContext ( ThreadPoolBoundHandle boundHandle, ListenerAsyncResult result ) : System.Diagnostics
Reset ( ThreadPoolBoundHandle boundHandle, ulong requestId, uint size ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnReleasePins() protected method

protected OnReleasePins ( ) : void
return void