From 74ee44a4b9875326267288dd4aec3ca4a4c84cee Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 13 May 2017 14:30:08 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index 236f7dea..fbff84c6 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -72,8 +72,7 @@ namespace WebSocketSharp.Net /// with the specified . /// /// - /// A that represents the name of the server that - /// will share a secure connection. + /// A that represents the target host server name. /// public ClientSslConfiguration (string targetHost) {