[Modify] Edit it

This commit is contained in:
sta 2017-05-12 18:05:33 +09:00
parent e00bd50f15
commit 4887ebe353

View File

@ -132,10 +132,19 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the collection that contains client certificates. /// Gets or sets the certificates from which to select one to
/// supply to the server.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="X509CertificateCollection"/> that contains client certificates. /// <para>
/// A <see cref="X509CertificateCollection"/> or <see langword="null"/>.
/// </para>
/// <para>
/// That collection contains client certificates from which to select.
/// </para>
/// <para>
/// The default value is <see langword="null"/>.
/// </para>
/// </value> /// </value>
public X509CertificateCollection ClientCertificates { public X509CertificateCollection ClientCertificates {
get { get {