FtpClient.BaseStream Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Gets the base stream for talking to the server via the control connection.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
protected Stream BaseStream { get; }
Visual Basic
Protected ReadOnly Property BaseStream As Stream
	Get
Visual C++
protected:
property Stream^ BaseStream {
	Stream^ get ();
}

Property Value

Type: Stream

See Also