[Modify] Edit it
This commit is contained in:
@@ -111,9 +111,13 @@ namespace WebSocketSharp.Net
|
|||||||
/// list is checked during authentication.
|
/// list is checked during authentication.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the certificate revocation list is checked during
|
/// <para>
|
||||||
/// authentication; otherwise, <c>false</c>. The default value is
|
/// <c>true</c> if the certificate revocation list is checked during
|
||||||
/// <c>false</c>.
|
/// authentication; otherwise, <c>false</c>.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The default value is <c>false</c>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool CheckCertificateRevocation {
|
public bool CheckCertificateRevocation {
|
||||||
get {
|
get {
|
||||||
|
Reference in New Issue
Block a user