| Overload | Description |
|---|---|
| BeginConnect(String,Int32,String,Int32,Object) | Connect to a server asynchronously, specifying the local interface to use. The Tcp.EndConnect event is raised when completed. |
| BeginConnect(String,Int32,String,Int32,Int32,Object) | Connect to a server asynchronously, specifying the local interface and a range of local ports to use. The Tcp.EndConnect event is raised when completed. |
| BeginConnect(String,Int32) | Connect to a server asynchronously. The Tcp.EndConnect event is raised when completed. |
Target Platforms: Microsoft .NET Framework 2.0