Gets the remote endpoint.
Namespace: EnterpriseDT.NetAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public abstract EndPoint RemoteEndPoint { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property RemoteEndPoint As EndPoint
Get |
Visual C++ |
---|
public:
virtual property EndPoint^ RemoteEndPoint {
EndPoint^ get () abstract;
} |
See Also