Click or drag to resize

ClientBaseConnectAsync Method

Overload List
  NameDescription
Public methodConnectAsync(IPEndPoint, Boolean)
Establishes connection to a remote server.
Public methodConnectAsync(String, Int32)
Establishes connection to a remote server. You can use ConnectSSL(String, Int32) when SSL/TLS connection is needed.
Public methodConnectAsync(IPAddress, Int32, Boolean)
Establishes connection to a remote server.
Public methodConnectAsync(String, Int32, Boolean)
Establishes connection to a remote server.
Top
See Also