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