Overload List

  Name Description
Public method BeginConnect(String, Int32, AsyncCallback, Object)
Begins an asynchronous request for a remote host connection. The remote host is specified by a host name (String) and a port number (Int32).
(Inherited from TcpClient.)
Public method BeginConnect(IPAddress, Int32, AsyncCallback, Object)
Begins an asynchronous request for a remote host connection. The remote host is specified by an IPAddress and a port number (Int32).
(Inherited from TcpClient.)
Public method BeginConnect(array<IPAddress>[]()[][], Int32, AsyncCallback, Object)
Begins an asynchronous request for a remote host connection. The remote host is specified by an IPAddress array and a port number (Int32).
(Inherited from TcpClient.)

See Also