C# Class GSF.Communication.TlsServer.TlsSocket

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

Public Properties

Property Type Description
Socket Socket
SslStream System.Net.Security.SslStream

Public Methods

Method Description
Dispose ( ) : void

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

Method Details

Dispose() public method

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

Property Details

Socket public property

Gets the Socket connected to the remote host.
public Socket Socket
return Socket

SslStream public property

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