Returns the TLS/SSL socket of secured control connection.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property TlsSocket As TlsSocket Get |
C# |
---|
public TlsSocket TlsSocket { get; } |
Return Value
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.
Pop3 class does not expect the socket to be altered in any way.