Click or drag to resize

TFtpServer(IPAddress, Int32) Constructor

Initializes a new instance of the TFtpServer class

Namespace: GSF.Net.TFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public TFtpServer(
	IPAddress localAddress,
	int port
)
View Source

Parameters

localAddress  IPAddress
 
port  Int32
 
See Also