FTPConnectionPublicIPAddress Property |
IP address of the client as the server sees it.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic string PublicIPAddress { get; set; }Public Property PublicIPAddress As String
Get
Set
public:
property String^ PublicIPAddress {
String^ get ();
void set (String^ value);
}member PublicIPAddress : string with get, set
Property Value
Type:
String
Remarks
This property is necessary when using active mode in situations where the
FTP client is behind a firewall.
See Also