Overload List

  Name Description
Public method Connect(IPEndPoint)
Connects the client to a remote TCP host using the specified remote network endpoint.
(Inherited from TcpClient.)
Public method Connect(String, Int32)
Connects the client to the specified port on the specified host.
(Inherited from TcpClient.)
Public method Connect(IPAddress, Int32)
Connects the client to a remote TCP host using the specified IP address and port number.
(Inherited from TcpClient.)
Public method Connect(array<IPAddress>[]()[][], Int32)
Connects the client to a remote TCP host using the specified IP addresses and port number.
(Inherited from TcpClient.)

See Also