Imap.TlsSocket Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
TlsSocket
Returns the TLS/SSL socket of secured control connection.
Declaration
public TlsSocket TlsSocket { get; }
Property Value
| Type | Description | 
|---|---|
| TlsSocket | The TLS/SSL socket of secured control connection, or null if the connection is not secured.  | 
    
Remarks
This property is intended for advanced users only. Imap class does not expect the socket to be altered in any way.