Gets the stream being transferred to/from.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public Stream LocalStream { get; }
Visual Basic
Public ReadOnly Property LocalStream As Stream
	Get
Visual C++
public:
property Stream^ LocalStream {
	Stream^ get ();
}

See Also