PowerTCP Sockets 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
'Declaration
 
Public Sub Connect( _
   ByVal session As TcpSession _
) 
'Usage
 
Dim instance As TcpBase
Dim session As TcpSession
 
instance.Connect(session)
public void Connect( 
   TcpSession 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 Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic