[Modify] Edit it
This commit is contained in:
parent
060737fa40
commit
0f47c6574b
@ -177,8 +177,13 @@ namespace WebSocketSharp.Net
|
||||
/// Gets or sets the protocols used for authentication.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The <see cref="SslProtocols"/> enum values that represent the protocols
|
||||
/// used for authentication.
|
||||
/// <para>
|
||||
/// 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>
|
||||
public SslProtocols EnabledSslProtocols {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user