|
FtpFileWatcherPort Property
|
Gets or sets FTP server port to use, defaults to 21.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntax[BrowsableAttribute(true)]
[DefaultValueAttribute(21)]
public int Port { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(21)>
Public Property Port As Integer
Get
Set
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(21)]
property int Port {
int get ();
void set (int value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(21)>]
member Port : int with get, set
function get_Port();
function set_Port(value);
View SourceProperty Value
Int32
Remarks
This only needs to be changed if the FTP server is established on a non-standard port number.
See Also