| ClientBaseReadStream Property |
Gets underlying read stream for current connection.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Stream ReadStream { get; }
Public ReadOnly Property ReadStream As Stream
Get
public:
property Stream^ ReadStream {
Stream^ get ();
}
member ReadStream : Stream with get
Property Value
Type:
StreamSee Also