Skip to content

Commit f1c4083

Browse files
committed
[Modify] Edit it
1 parent 2beccaf commit f1c4083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

websocket-sharp/Net/ClientSslConfiguration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ public RemoteCertificateValidationCallback ServerCertificateValidationCallback {
177177
}
178178

179179
/// <summary>
180-
/// Gets or sets the name of the server that shares a secure connection.
180+
/// Gets or sets the target host server name.
181181
/// </summary>
182182
/// <value>
183-
/// A <see cref="string"/> that represents the name of the server that shares
184-
/// a secure connection.
183+
/// A <see cref="string"/> that represents the name of the server that
184+
/// will share a secure connection.
185185
/// </value>
186186
public string TargetHost {
187187
get {

0 commit comments

Comments
 (0)