 | ClientBaseReadStream Property |
Gets underlying read stream for current connection.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Stream ReadStream { get; }Public ReadOnly Property ReadStream As Stream
Get
public:
property Stream^ ReadStream {
Stream^ get ();
}member ReadStream : Stream with get
Property Value
Stream
See Also