Gets SslStream or NetworkStream for current connection.

Namespace: Lesnikowski.Client
Assembly:  Mail (in Mail.dll)
Version: 2.7.2897.36617

Syntax

C#
public Stream GetStream()
Visual Basic (Declaration)
Public Function GetStream As Stream
Visual C++
public:
Stream^ GetStream ()

Return Value

SslStream or NetworkStream

See Also