The Imap type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CommandTagLength |
Gets or set the length of the generated unique command identifier.
| |
| Connected |
Gets a value indicating whether the underlying Socket is connected to a remote host.
(Inherited from TcpTextClient.) | |
| IDInformation |
Represents client information send to the server on connection using ID command (ID).
| |
| 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.) | |
| 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.) |