[Modify] Edit it
This commit is contained in:
parent
f729f4a4bc
commit
d1f8a508c2
@ -153,8 +153,8 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the callback used to validate the certificate
|
/// Gets or sets the callback used to validate the certificate supplied by
|
||||||
/// supplied by the client.
|
/// the client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The certificate is valid if the callback returns <c>true</c>.
|
/// The certificate is valid if the callback returns <c>true</c>.
|
||||||
@ -165,8 +165,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// invokes the method called for validating the certificate.
|
/// invokes the method called for validating the certificate.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The default value is a delegate that invokes a method that
|
/// The default value is a delegate that invokes a method that only
|
||||||
/// only returns <c>true</c>.
|
/// returns <c>true</c>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public RemoteCertificateValidationCallback ClientCertificateValidationCallback {
|
public RemoteCertificateValidationCallback ClientCertificateValidationCallback {
|
||||||
|
Loading…
Reference in New Issue
Block a user