Overload List

  Name Description
Public method Connect(EndPoint)
Establishes a connection to a remote device.
Public method Connect(IPAddress, Int32)
Establishes a connection to a remote host. The host is specified by an IP address and a port number.
(Inherited from Socket.)
Public method Connect(array<IPAddress>[]()[][], Int32)
Establishes a connection to a remote host. The host is specified by an array of IP addresses and a port number.
(Inherited from Socket.)
Public method Connect(String, Int32)
Establishes a connection to a remote device.

See Also