HttpServer..::..SslConfiguration Property
   Gets or sets the SSL configuration used to authenticate the server and
   optionally the client for secure connection.
   
                
    Namespace: 
   WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public ServerSslConfiguration SslConfiguration { get; set; }
Public Property SslConfiguration As ServerSslConfiguration Get Set
public: property ServerSslConfiguration^ SslConfiguration { ServerSslConfiguration^ get (); void set (ServerSslConfiguration^ value); }