C# Class GSF.Communication.TlsClient.ReceiveState

Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Свойство Type Description
Buffer byte[]
NetworkStream NetworkStream
Offset int
PayloadLength int
Socket Socket
SslStream System.Net.Security.SslStream
Token System.Threading.CancellationToken

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
Dispose ( IDisposable obj ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

Buffer public_oe property

public byte[] Buffer
Résultat byte[]

NetworkStream public_oe property

public NetworkStream NetworkStream
Résultat NetworkStream

Offset public_oe property

public int Offset
Résultat int

PayloadLength public_oe property

public int PayloadLength
Résultat int

Socket public_oe property

public Socket Socket
Résultat Socket

SslStream public_oe property

public SslStream,System.Net.Security SslStream
Résultat System.Net.Security.SslStream

Token public_oe property

public CancellationToken,System.Threading Token
Résultat System.Threading.CancellationToken