Click or drag to resize

ClientSslConfigurationEnabledSslProtocols Property

Gets or sets the protocols used for authentication.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public SslProtocols EnabledSslProtocols { get; set; }

Property Value

Type: SslProtocols

The SslProtocols enum values that represent the protocols used for authentication.

The default value is Default.

See Also