[Modify] Edit it

This commit is contained in:
sta 2017-05-02 17:32:23 +09:00
parent 70a6946e9e
commit 9c38b22669

View File

@ -41,7 +41,8 @@ using System.Security.Cryptography.X509Certificates;
namespace WebSocketSharp.Net
{
/// <summary>
/// Stores the parameters used to configure a <see cref="SslStream"/> instance as a server.
/// Stores the parameters used to configure the underlying <see cref="SslStream"/>
/// for servers.
/// </summary>
public class ServerSslConfiguration : SslConfiguration
{