PowerTCP Telnet for .NET CF
Connect(IPEndPoint) Method
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class > Connect Method : Connect(IPEndPoint) Method




remoteEP
The endpoint to connect to.
Connects to the specified remote endpoint.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Connect( _
   ByVal remoteEP As IPEndPoint _
) 
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim remoteEP As IPEndPoint
 
instance.Connect(remoteEP)
C# 
public void Connect( 
   IPEndPoint remoteEP
)
Managed Extensions for C++ 
public: void Connect( 
   IPEndPoint* remoteEP
) 
C++/CLI 
public:
void Connect( 
   IPEndPoint^ remoteEP
) 

Parameters

remoteEP
The endpoint to connect to.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.