|
|
|
|
@ -215,8 +215,8 @@ namespace WebSocketSharp.Net
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the callback used to validate the certificate
|
|
|
|
|
/// supplied by the server.
|
|
|
|
|
/// Gets or sets the callback used to validate the certificate supplied by
|
|
|
|
|
/// the server.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
|
|
|
|
/// The certificate is valid if the callback returns <c>true</c>.
|
|
|
|
|
@ -227,8 +227,8 @@ namespace WebSocketSharp.Net
|
|
|
|
|
/// invokes the method called for validating the certificate.
|
|
|
|
|
/// </para>
|
|
|
|
|
/// <para>
|
|
|
|
|
/// The default value is a delegate that invokes a method that
|
|
|
|
|
/// only returns <c>true</c>.
|
|
|
|
|
/// The default value is a delegate that invokes a method that only
|
|
|
|
|
/// returns <c>true</c>.
|
|
|
|
|
/// </para>
|
|
|
|
|
/// </value>
|
|
|
|
|
public RemoteCertificateValidationCallback ServerCertificateValidationCallback {
|
|
|
|
|
|