The Whois type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Connected |
Gets a value indicating whether the underlying Socket is connected to a remote host.
(Inherited from TcpTextClient.) | |
| Reader | StreamReader used for reading from network stream or SSL stream.
(Inherited from TcpTextClient.) | |
| ReceiveTimeout |
Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
(Inherited from TcpTextClient.) | |
| SendTimeout |
Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.
(Inherited from TcpTextClient.) | |
| Server |
Gets or sets WHOIS server address.
| |
| Socket |
Gets the underlying Socket.
(Inherited from TcpTextClient.) | |
| SSLConfiguration |
Represents SSL configuration (client certificates, enabled SSL protocols).
(Inherited from TcpTextClient.) | |
| SSLStream |
Gets SslStream or null if SSL is not enabled.
(Inherited from TcpTextClient.) | |
| Stream |
Gets SslStream or NetworkStream for current connection.
(Inherited from TcpTextClient.) | |
| Writer | StringWriter used for writing to network stream or SSL stream.
(Inherited from TcpTextClient.) |