C# Class System.Net.RequestContextBase

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

Private Properties

Property Type Description
ReleasePins void

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void

Protected Methods

Method Description
BaseConstruction ( System.Net.Interop requestBlob ) : void
Dispose ( bool disposing ) : void
OnReleasePins ( ) : void
SetBlob ( System.Net.Interop requestBlob ) : void
SetBuffer ( int size ) : void
UnsetBlob ( ) : void

Private Methods

Method Description
ReleasePins ( ) : void

Method Details

BaseConstruction() protected method

protected BaseConstruction ( System.Net.Interop requestBlob ) : void
requestBlob System.Net.Interop
return void

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

OnReleasePins() protected abstract method

protected abstract OnReleasePins ( ) : void
return void

SetBlob() protected method

protected SetBlob ( System.Net.Interop requestBlob ) : void
requestBlob System.Net.Interop
return void

SetBuffer() protected method

protected SetBuffer ( int size ) : void
size int
return void

UnsetBlob() protected method

protected UnsetBlob ( ) : void
return void