[Modify] Edit it

This commit is contained in:
sta 2017-05-10 14:14:18 +09:00
parent 440c6e42d3
commit 238e8f7116

View File

@ -71,8 +71,8 @@ namespace WebSocketSharp.Net
/// with the specified <paramref name="serverCertificate"/>. /// with the specified <paramref name="serverCertificate"/>.
/// </summary> /// </summary>
/// <param name="serverCertificate"> /// <param name="serverCertificate">
/// A <see cref="X509Certificate2"/> that represents an X.509 certificate /// A <see cref="X509Certificate2"/> that represents the certificate used to
/// used to authenticate the server. /// authenticate the server.
/// </param> /// </param>
public ServerSslConfiguration (X509Certificate2 serverCertificate) public ServerSslConfiguration (X509Certificate2 serverCertificate)
{ {