PowerTCP Mail 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
) 
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 Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic