Returns the TLS/SSL socket of secured connection.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public ReadOnly Property TlsSocket As TlsSocket
	Get
C#
public TlsSocket TlsSocket { get; }

Return Value

The TLS/SSL socket of secured connection, or null if the connection is not secured or Ews class is not connected.

Remarks

This property is intended for advanced users only. Once connected, Ews class does not expect the socket to be altered in any way.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also