public sealed class TlsSocket : IDisposable
Public NotInheritable Class TlsSocket
Implements IDisposable
public ref class TlsSocket sealed : IDisposable
Gemstone.Communication.TlsSocket = function();
Type.createClass(
'Gemstone.Communication.TlsSocket',
null,
IDisposable);
TlsServerTlsSocket | Initializes a new instance of the TlsServerTlsSocket class |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
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. |