C# Class System.Net.SyncRequestContext

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

Protected Methods

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

Private Methods

Method Description
Allocate ( int size ) : Interop.HttpApi.HTTP_REQUEST*
Reset ( int size ) : void
SyncRequestContext ( int size ) : System.Diagnostics

Method Details

Dispose() protected method

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

OnReleasePins() protected method

protected OnReleasePins ( ) : void
return void