Gets SslStream or NetworkStream for current connection.

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

Syntax

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

See Also