FtpGetServerEndPointArgs.EndPoint Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
EndPoint
Gets or sets an IPv4 endpoint to be reported to the client in response to the 'PASV' command. The actual endpoint on which the server will listen for incoming data connection will remain unaffected.
Declaration
public IPEndPoint EndPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| IPEndPoint |
Remarks
The initial EndPoint value is the endpoint on which the server will listen for the incoming data connection.