From f1c4083835a3d73a4a30fc2d32c4e49cff8fac54 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 May 2017 16:31:01 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index 627a18a6..3900bc66 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -177,11 +177,11 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the name of the server that shares a secure connection. + /// Gets or sets the target host server name. /// /// - /// A that represents the name of the server that shares - /// a secure connection. + /// A that represents the name of the server that + /// will share a secure connection. /// public string TargetHost { get {