Mentalis.org Security Library documentation

SecureTcpListener.Start Method 

Starts listening to network requests.

[Visual Basic]
Overridable Public Sub Start()
[C#]
public virtual void Start();

Exceptions

Exception TypeCondition
SocketExceptionAn error occurs while opening the network socket.
SecurityExceptionUnable to create the SSPI credentials.

See Also

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