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.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public Nullable<int> MinActivePort { get; set; }
Request Example View Source

Property Value

Type: NullableInt32
See Also