Browse Source

[Modify] Edit it

pull/298/merge
sta 9 months ago
parent
commit
e692b81c45
  1. 3
      websocket-sharp/Net/ClientSslConfiguration.cs

3
websocket-sharp/Net/ClientSslConfiguration.cs

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

Loading…
Cancel
Save