Browse Source

[Modify] Edit it

pull/298/merge
sta 9 months ago
parent
commit
33ae1f91ac
  1. 4
      websocket-sharp/Net/ServerSslConfiguration.cs

4
websocket-sharp/Net/ServerSslConfiguration.cs

@ -118,12 +118,12 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the client is asked for
/// Gets or sets a value indicating whether each client is asked for
/// a certificate for authentication. /// a certificate for authentication.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
/// <c>true</c> if the client is asked for a certificate for
/// <c>true</c> if each client is asked for a certificate for
/// authentication; otherwise, <c>false</c>. /// authentication; otherwise, <c>false</c>.
/// </para> /// </para>
/// <para> /// <para>

Loading…
Cancel
Save