PowerTCP FTP for .NET
Connect Method (TcpBase)



Used to specify the local and remote endpoints, and proxy configuration.
Connect to a server using the configuration specified by session.
Syntax
Public Sub Connect( _
   ByVal session As TcpSession _
) 
Dim instance As TcpBase
Dim session As TcpSession
 
instance.Connect(session)
public void Connect( 
   TcpSession session
)
public:
void Connect( 
   TcpSession^ session
) 

Parameters

session
Used to specify the local and remote endpoints, and proxy configuration.
See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic