Tls
|
public sealed class TlsSocket : IDisposable
The TlsServerTlsSocket type exposes the following members.
Name | Description | |
---|---|---|
TlsServerTlsSocket | Initializes a new instance of the TlsServerTlsSocket class |
Name | Description | |
---|---|---|
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) |
Name | Description | |
---|---|---|
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. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |