C# Class GSF.Communication.TlsClient.SendState

Inheritance: IDisposable
显示文件 Open project: GridProtectionAlliance/gsf

Public Properties

Property Type Description
NetworkStream NetworkStream
Payload TlsClientPayload
SendQueue ConcurrentQueue
Sending 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

NetworkStream public_oe property

public NetworkStream NetworkStream
return NetworkStream

Payload public_oe property

public TlsClientPayload Payload
return TlsClientPayload

SendQueue public_oe property

public ConcurrentQueue SendQueue
return ConcurrentQueue

Sending public_oe property

public int Sending
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