The TlsServerSocket 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.
(Inherited from TlsSocket.) | |
Cipher |
Gets the active cipher.
(Inherited from TlsSocket.) | |
ClientCertificate |
Gets the client's certificate chain.
(Inherited from TlsSocket.) | |
CompressionMethod |
Gets the active data compression method.
(Inherited from TlsSocket.) | |
Connected |
Gets a value indicating whether a TlsSocket is connected to a remote resource.
(Inherited from TlsSocket.) | |
Context |
Gets or sets a custom context object associated with this TlsSocket.
(Inherited from TlsSocket.) | |
DebugLevel | Obsolete. (Inherited from TlsSocket.) | |
Entity |
Gets the entity.
(Inherited from TlsSocket.) | |
Factory |
Gets the instance of ISocketFactory that created this ISocket.
(Inherited from TlsSocket.) | |
Information |
Gets socket information on the underlying socket object.
(Inherited from TlsSocket.) | |
IsSecure |
Gets the current security state of the connection.
(Inherited from TlsSocket.) | |
LocalEndPoint |
Gets the local endpoint.
(Inherited from TlsSocket.) | |
LogWriter |
Gets or sets the logger used by this object.
(Inherited from TlsSocket.) | |
Parameters |
Gets or sets the security parameters of the current socket.
(Inherited from TlsSocket.) | |
RemoteEndPoint |
Gets the remote endpoint.
(Inherited from TlsSocket.) | |
ServerCertificate |
Gets the server's certificate chain.
(Inherited from TlsSocket.) | |
Session |
Gets the connection session
(Inherited from TlsSocket.) | |
SessionID | Obsolete. (Inherited from TlsSocket.) | |
Socket |
Gets the internal Socket value (only for sockets based on Socket or ProxySocket, otherwise null is returned).
(Inherited from TlsSocket.) | |
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.
(Inherited from TlsSocket.) |