axTLS::SSLServer Class Reference
[C# API.]

The server context. More...

Public Member Functions

 SSLServer (uint options, int num_sessions)
 Start a new server context.
SSL Connect (Socket s)
 Establish a new SSL connection to an SSL client.

Detailed Description

The server context.

All server connections are started within a server context.


Constructor & Destructor Documentation

axTLS::SSLServer::SSLServer ( uint  options,
int  num_sessions 
) [inline]

Start a new server context.

See also:
SSLCTX for details.

Member Function Documentation

SSL axTLS::SSLServer::Connect ( Socket  s  )  [inline]

Establish a new SSL connection to an SSL client.

It is up to the application to establish the initial socket connection.

Call Dispose() when the connection is to be removed.

Parameters:
s [in] A reference to a Socket object.
Returns:
An SSL object reference.

Copyright © 2007 Cameron Rich