|
FtpClient.MaxActivePort Property
|
Gets or sets the maximum value in the range of ports
used when listening for connections in active mode.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.239-beta
Syntaxpublic int? MaxActivePort { get; set; }
Public Property MaxActivePort As Integer?
Get
Set
function get_MaxActivePort();
function set_MaxActivePort(value);
View SourceProperty Value
Nullable<Int32>
See Also