C# Class GSF.Communication.TlsClient.ReceiveState

Inheritance: IDisposable
Datei anzeigen Open project: GridProtectionAlliance/gsf

Public Properties

Property Type Description
Buffer byte[]
NetworkStream NetworkStream
Offset int
PayloadLength int
Socket Socket
SslStream System.Net.Security.SslStream
Token System.Threading.CancellationToken

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
Dispose ( IDisposable obj ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Buffer public_oe property

public byte[] Buffer
return byte[]

NetworkStream public_oe property

public NetworkStream NetworkStream
return NetworkStream

Offset public_oe property

public int Offset
return int

PayloadLength public_oe property

public int PayloadLength
return int

Socket public_oe property

public Socket Socket
return Socket

SslStream public_oe property

public SslStream,System.Net.Security SslStream
return System.Net.Security.SslStream

Token public_oe property

public CancellationToken,System.Threading Token
return System.Threading.CancellationToken