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.128 -- Release Build+c4e32e80ee4b39b519c6e4a0a25ff9269b8be666
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