IP address of the client as the server sees it.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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