|
FtpClientPassive Property
|
Gets or sets the passive/active mode of the server.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public bool Passive { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(true)>
Public Property Passive As Boolean
Get
Set
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
property bool Passive {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(true)>]
member Passive : bool with get, set
function get_Passive();
function set_Passive(value);
View SourceProperty Value
Boolean
See Also