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