IsTLSEncrypted
This property indicates if the connection uses TCPS, SSL, or TLS.
Declaration
// C# public bool IsTLSEncrypted { get; }
Property Type
System.Boolean
Exceptions
InvalidOperationException - This exception is thrown when the connection is not open.
Remarks
This property is true
if the connection uses TCPS, SSL, or TLS; Otherwise, it is false
.