Mentalis.org Security Library documentation

SecureTcpClient.Connect Method

Connects the client to a remote TCP host using the specified IP address and port number.

Overload List

Connects the client to a remote TCP host using the specified IP address and port number.

public virtual void Connect(IPAddress,int);

Connects the client to a remote TCP host using the specified remote network endpoint.

public virtual void Connect(IPEndPoint);

Connects the client to the specified port on the specified host.

public virtual void Connect(string,int);

See Also

SecureTcpClient Class | Org.Mentalis.Security.Ssl Namespace