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