From e00bd50f153d7c961d93204c8d196efd18bf84ce Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 12 May 2017 15:53:24 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index b6abbd5f..8854eff0 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -234,8 +234,14 @@ namespace WebSocketSharp.Net /// Gets or sets the target host server name. /// /// - /// A that represents the name of the server that - /// will share a secure connection. + /// + /// A or + /// if not specified. + /// + /// + /// That string represents the name of the server that + /// will share a secure connection with a client. + /// /// public string TargetHost { get {