[Modify] Edit it

This commit is contained in:
sta 2017-05-10 14:22:40 +09:00
parent 8489430b78
commit 190bf4dedf

View File

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