Gets the remote end-point.

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

Syntax

C#
public override EndPoint RemoteEndPoint { get; }
Visual Basic
Public Overrides ReadOnly Property RemoteEndPoint As EndPoint
	Get
Visual C++
public:
virtual property EndPoint^ RemoteEndPoint {
	EndPoint^ get () override;
}

See Also