| 
            
              TFtpClient(IPEndPoint) Constructor
             | 
          
        
        
            Default constructor.
            
        
        Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic TFtpClient(
	IPEndPoint remoteAddress
)
Public Sub New ( 
	remoteAddress As IPEndPoint
)
public:
TFtpClient(
	IPEndPoint^ remoteAddress
)
new : 
        remoteAddress : IPEndPoint -> TFtpClientGSF.Net.TFtp.TFtpClient = function(remoteAddress);
 View SourceParameters
- remoteAddress  IPEndPoint
 - Address of the server that you would like to connect to.
 
See Also