The TlsSocket type exposes the following members.
Properties
Name | Description | |
---|---|---|
Available |
Gets the amount of data that has been received from the network and is available to be read.
| |
Cipher |
Gets the active cipher.
| |
ClientCertificate |
Gets the client's certificate chain.
| |
CompressionMethod |
Gets the active data compression method.
| |
Connected |
Gets a value indicating whether a TlsSocket is connected to a remote resource.
| |
Context |
Gets or sets a custom context object associated with this TlsSocket.
| |
DebugLevel | Obsolete. | |
Entity |
Gets the entity.
| |
Factory |
Gets the instance of ISocketFactory that created this ISocket.
| |
Information |
Gets socket information on the underlying socket object.
| |
IsSecure |
Gets the current security state of the connection.
| |
LocalEndPoint |
Gets the local endpoint.
| |
LogWriter |
Gets or sets the logger used by this object.
| |
Parameters |
Gets or sets the security parameters of the current socket.
| |
RemoteEndPoint |
Gets the remote endpoint.
| |
ServerCertificate |
Gets the server's certificate chain.
| |
Session |
Gets the connection session
| |
SessionID | Obsolete. | |
Socket |
Gets the internal Socket value (only for sockets based on Socket or ProxySocket, otherwise null is returned).
| |
Timeout |
Gets or sets the length of time, in milliseconds, until the operation times out,
or the value -1 or 0 to indicate that the operation does not time out.
|