Mentalis.org Security Library documentation

SecureTcpClient Constructor

Initializes a new instance of the SecureTcpClient class.

Overload List

Initializes a new instance of the SecureTcpClient class.

public SecureTcpClient();

Initializes a new instance of SecureTcpClient bound to the specified local endpoint.

public SecureTcpClient(IPEndPoint);

Initializes a new instance of the SecureTcpClient class and connects to the specified port on the specified host.

public SecureTcpClient(string,int);

Initializes a new instance of the SecureTcpClient class.

public SecureTcpClient(SecurityOptions);

Initializes a new instance of SecureTcpClient bound to the specified local endpoint.

public SecureTcpClient(IPEndPoint,SecurityOptions);

Initializes a new instance of the SecureTcpClient class and connects to the specified port on the specified host.

public SecureTcpClient(string,int,SecurityOptions);

See Also

SecureTcpClient Class | SecureTcpClient Members | Org.Mentalis.Security.Ssl Namespace