[Modify] Edit it

This commit is contained in:
sta 2017-05-10 15:27:57 +09:00
parent dc3e702e77
commit b6d8fb98f9

View File

@ -122,15 +122,22 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the callback used to select a client certificate to supply to the server. /// Gets or sets the callback used to select the certificate to
/// supply to the server.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// If this callback returns <see langword="null"/>, no client certificate will be supplied. /// No certificate is supplied if the callback returns
/// <see langword="null"/>.
/// </remarks> /// </remarks>
/// <value> /// <value>
/// A <see cref="LocalCertificateSelectionCallback"/> delegate that references the method /// <para>
/// used to select the client certificate. The default value is a function that only returns /// A <see cref="LocalCertificateSelectionCallback"/> delegate that
/// <see langword="null"/>. /// invokes the method called for selecting the certificate.
/// </para>
/// <para>
/// The default value is a delegate that invokes a method that
/// only returns <see langword="null"/>.
/// </para>
/// </value> /// </value>
public LocalCertificateSelectionCallback ClientCertificateSelectionCallback { public LocalCertificateSelectionCallback ClientCertificateSelectionCallback {
get { get {