Returns the stream used to send and receive data.
[Visual Basic]
Overridable Public Function GetStream() As SecureNetworkStream
The underlying SecureNetworkStream.
| Exception Type | Condition |
|---|---|
| ObjectDisposedException | The SecureTcpClient has been closed. |
| InvalidOperationException | The SecureTcpClient is not connected to a remote host. |
SecureTcpClient Class | SecureTcpClient Members | Org.Mentalis.Security.Ssl Namespace