edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
IP address of the client as the server sees it.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public string PublicIPAddress { get; set; }
Visual Basic
Public Property PublicIPAddress As String
	Get
	Set
Visual C++
public:
property String^ PublicIPAddress {
	String^ get ();
	void set (String^ value);
}

Remarks

This property is necessary when using active mode in situations where the FTP client is behind a firewall.

See Also