Click or drag to resize

FtpClientMinActivePort Property

Gets or sets the minimum value in the range of ports used when listening for connections in active mode.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(true)]
[DefaultValueAttribute(0)]
public int MinActivePort { get; set; }
View Source

Property Value

Int32
See Also