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