Mentalis.org Security Library documentation

SecureTcpListener Constructor

Initializes a new instance of the SecureTcpListener class that listens on the specified port.

Overload List

Initializes a new instance of the SecureTcpListener class that listens on the specified port.

public SecureTcpListener(int);

Initializes a new instance of the SecureTcpListener class that listens on the specified port.

public SecureTcpListener(int,SecurityOptions);

Initializes a new instance of the SecureTcpListener class that listens to the specified IP address and port.

public SecureTcpListener(IPAddress,int);

Initializes a new instance of the SecureTcpListener class that listens to the specified IP address and port.

public SecureTcpListener(IPAddress,int,SecurityOptions);

Initializes a new instance of the SecureTcpListener class with the specified local endpoint.

public SecureTcpListener(IPEndPoint);

Initializes a new instance of the SecureTcpListener class with the specified local endpoint.

public SecureTcpListener(IPEndPoint,SecurityOptions);

Initializes a new instance of the SecureTcpListener class with the specified listener SecureSocket.

protected SecureTcpListener(SecureSocket,SecurityOptions);

See Also

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