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 {