HttpListener..::..SslConfiguration Property
Gets or sets the SSL configuration used to authenticate the server and
optionally the client for secure connection.
Namespace:
WebSocketSharp.NetAssembly: 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); }