TlsServerTlsSocket Class

Represents a socket that has been wrapped in an SslStream for encryption.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.143 -- Release Build+01e1962b36b4452b7c07408bb5b8dc55bbb5dc1f
public sealed class TlsSocket : IDisposable
Inheritance
Object    TlsServerTlsSocket
Implements
IDisposable

Constructors

TlsServerTlsSocketInitializes a new instance of the TlsServerTlsSocket class

Methods

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

RemoteEndPoint The end point of the remote client connecting to this server.
Socket Gets the Socket connected to the remote host.
SslStream Gets the stream through which data is passed when sending to or receiving from the remote host.

See Also