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 {