|
|
|
@ -42,8 +42,7 @@ using System.Security.Cryptography.X509Certificates;
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Stores the parameters used to configure the underlying <see cref="SslStream"/>
|
|
|
|
/// Stores the parameters for the <see cref="SslStream"/> used by servers.
|
|
|
|
/// for servers.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public class ServerSslConfiguration
|
|
|
|
public class ServerSslConfiguration
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|