[Modify] Edit it

This commit is contained in:
sta 2020-11-29 17:36:25 +09:00
parent c2a76388de
commit 0f8df3fa51

View File

@ -136,15 +136,15 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the certificates from which to select one to /// Gets or sets the collection of client certificates from which to select
/// supply to the server. /// one to supply to the server.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="X509CertificateCollection"/> or <see langword="null"/>. /// A <see cref="X509CertificateCollection"/> or <see langword="null"/>.
/// </para> /// </para>
/// <para> /// <para>
/// That collection contains client certificates from which to select. /// The collection contains client certificates from which to select.
/// </para> /// </para>
/// <para> /// <para>
/// The default value is <see langword="null"/>. /// The default value is <see langword="null"/>.