|
FtpClientActiveAddress Property
|
Gets or sets the IP address to send with the PORT command.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(true)]
[DefaultValueAttribute(null)]
public string ActiveAddress { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(Nothing)>
Public Property ActiveAddress As String
Get
Set
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(nullptr)]
property String^ ActiveAddress {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(null)>]
member ActiveAddress : string with get, set
function get_ActiveAddress();
function set_ActiveAddress(value);
View SourceProperty Value
String
See Also