Initializes a new instance of the FtpDataConnection class.
[Visual Basic]Public Function ProcessPort( _
ByVal RemoteAddress As System.Net.IPEndPoint _
) As String
[C#]
public string ProcessPort(
IPEndPoint RemoteAddress
);
Parameters
- RemoteAddress
- The address on the local FTP client to connect to.
Return Value
The PORT command string to send to the FTP server.
See Also
FtpDataConnection Class | FtpDataConnection Members | Org.Mentalis.Proxy.Ftp Namespace