C# Class GSF.Communication.TlsServer.TlsSocket

Represents a socket that has been wrapped in an SslStream for encryption.
Inheritance: IDisposable
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Свойство Type Description
Socket Socket
SslStream System.Net.Security.SslStream

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Property Details

Socket public_oe property

Gets the Socket connected to the remote host.
public Socket Socket
Résultat Socket

SslStream public_oe property

Gets the stream through which data is passed when sending to or receiving from the remote host.
public SslStream,System.Net.Security SslStream
Résultat System.Net.Security.SslStream