|
|
|
@ -177,8 +177,13 @@ namespace WebSocketSharp.Net
|
|
|
|
/// Gets or sets the protocols used for authentication.
|
|
|
|
/// Gets or sets the protocols used for authentication.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// The <see cref="SslProtocols"/> enum values that represent the protocols
|
|
|
|
/// <para>
|
|
|
|
/// used for authentication.
|
|
|
|
/// The <see cref="SslProtocols"/> enum values that represent
|
|
|
|
|
|
|
|
/// the protocols used for authentication.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// The default value is <see cref="SslProtocols.Default"/>.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public SslProtocols EnabledSslProtocols {
|
|
|
|
public SslProtocols EnabledSslProtocols {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|