[Modify] Edit it

This commit is contained in:
sta 2020-11-30 16:51:30 +09:00
parent 0f8df3fa51
commit 91f757677e

View File

@ -161,12 +161,11 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the callback used to select the certificate to /// Gets or sets the callback used to select the certificate to supply to
/// supply to the server. /// the server.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// No certificate is supplied if the callback returns /// No certificate is supplied if the callback returns <see langword="null"/>.
/// <see langword="null"/>.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// <para> /// <para>
@ -174,8 +173,8 @@ namespace WebSocketSharp.Net
/// invokes the method called for selecting the certificate. /// invokes the method called for selecting 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 <see langword="null"/>. /// returns <see langword="null"/>.
/// </para> /// </para>
/// </value> /// </value>
public LocalCertificateSelectionCallback ClientCertificateSelectionCallback { public LocalCertificateSelectionCallback ClientCertificateSelectionCallback {