[Modify] Edit it

This commit is contained in:
sta 2017-05-03 15:32:56 +09:00
parent d62dfa5cd3
commit 79ca5fc297

View File

@ -108,11 +108,12 @@ namespace WebSocketSharp.Net
#region Public Properties
/// <summary>
/// Gets or sets a value indicating whether the client must supply a certificate for
/// authentication.
/// Gets or sets a value indicating whether the client is asked for
/// a certificate for authentication.
/// </summary>
/// <value>
/// <c>true</c> if the client must supply a certificate; otherwise, <c>false</c>.
/// <c>true</c> if the client is asked for a certificate for authentication;
/// otherwise, <c>false</c>.
/// </value>
public bool ClientCertificateRequired {
get {