|
TFtpServer(Int32) Constructor
|
Initializes a new instance of the
TFtpServer class
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public TFtpServer(
int port
)
public:
TFtpServer(
int port
)
new :
port : int -> TFtpServer
GSF.Net.TFtp.TFtpServer = function(port);
View SourceParameters
- port Int32
-
See Also