|
FtpClientMaxActivePort Property
|
Gets or sets the maximum value in the range of ports
used when listening for connections in active mode.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(true)]
[DefaultValueAttribute(0)]
public int MaxActivePort { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(0)>
Public Property MaxActivePort As Integer
Get
Set
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(0)]
property int MaxActivePort {
int get ();
void set (int value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(0)>]
member MaxActivePort : int with get, set
function get_MaxActivePort();
function set_MaxActivePort(value);
View SourceProperty Value
Int32
See Also