SslConfiguration..::..EnabledSslProtocols Property
Gets or sets the SSL protocols used for authentication.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public SslProtocols EnabledSslProtocols { get; set; }
Public Property EnabledSslProtocols As SslProtocols Get Set
public: property SslProtocols^ EnabledSslProtocols { SslProtocols^ get (); void set (SslProtocols^ value); }