|
TFtpServer(IPEndPoint) Constructor
|
Initializes a new instance of the
TFtpServer class
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic TFtpServer(
IPEndPoint localAddress
)
Public Sub New (
localAddress As IPEndPoint
)
public:
TFtpServer(
IPEndPoint^ localAddress
)
new :
localAddress : IPEndPoint -> TFtpServer
GSF.Net.TFtp.TFtpServer = function(localAddress);
View SourceParameters
- localAddress IPEndPoint
-
See Also