Overload List

NameDescription
Public methodBeginConnect(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 methodBeginConnect(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 methodBeginConnect(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

Smtp Class
Smtp Members