FtpGetServerEndPointArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Provides data and result for FtpGetServerEndPoint.
Syntax
public class FtpGetServerEndPointArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| 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. |
| Session | Gets the server session that received the 'PASV' command. |