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