LumiSoft Net Help
DataIP Property
NamespacesLumiSoft.Net.FTP.ClientFTP_ClientDataIP
Gets or sets local IP address to use for data connection. Value null means that system will allocate it.
Declaration Syntax
C#Visual BasicVisual C++F#
public IPAddress DataIP { get; set; }
Public Property DataIP As IPAddress
	Get
	Set
public:
property IPAddress^ DataIP {
	IPAddress^ get ();
	void set (IPAddress^ value);
}
member DataIP : IPAddress with get, set
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119