We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beccaf commit f1c4083Copy full SHA for f1c4083
websocket-sharp/Net/ClientSslConfiguration.cs
@@ -177,11 +177,11 @@ public RemoteCertificateValidationCallback ServerCertificateValidationCallback {
177
}
178
179
/// <summary>
180
- /// Gets or sets the name of the server that shares a secure connection.
+ /// Gets or sets the target host server name.
181
/// </summary>
182
/// <value>
183
- /// A <see cref="string"/> that represents the name of the server that shares
184
- /// a secure connection.
+ /// A <see cref="string"/> that represents the name of the server that
+ /// will share a secure connection.
185
/// </value>
186
public string TargetHost {
187
get {
0 commit comments