diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index baccc0cf..53004cb3 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -74,6 +74,9 @@ namespace WebSocketSharp.Net /// /// A that represents the target host server name. /// + /// + /// is . + /// public ClientSslConfiguration (string targetHost) { if (targetHost == null)