Gets SslStream or null if SSL is not enabled.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public SslStream SSLStream { get; }
Visual Basic
Public ReadOnly Property SSLStream As SslStream
	Get
Visual C++
public:
property SslStream^ SSLStream {
	SslStream^ get ();
}

See Also