[Modify] Edit it
This commit is contained in:
parent
d62dfa5cd3
commit
79ca5fc297
@ -108,11 +108,12 @@ namespace WebSocketSharp.Net
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the client must supply a certificate for
|
/// Gets or sets a value indicating whether the client is asked for
|
||||||
/// authentication.
|
/// a certificate for authentication.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <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>
|
/// </value>
|
||||||
public bool ClientCertificateRequired {
|
public bool ClientCertificateRequired {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user