Skip to content

Commit 94fdbc4

Browse files
committed
[Modify] Edit it
1 parent b7ede52 commit 94fdbc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,13 +2916,14 @@ public void SetCredentials (string username, string password, bool preAuth)
29162916
}
29172917

29182918
/// <summary>
2919-
/// Sets an HTTP proxy server URL to connect through, and if necessary,
2919+
/// Sets the HTTP proxy server URL to connect through, and if necessary,
29202920
/// a pair of <paramref name="username"/> and <paramref name="password"/> for
29212921
/// the proxy server authentication (Basic/Digest).
29222922
/// </summary>
29232923
/// <param name="url">
29242924
/// <para>
2925-
/// A <see cref="string"/> that represents the proxy server URL to connect through.
2925+
/// A <see cref="string"/> that represents the HTTP proxy server URL to
2926+
/// connect through.
29262927
/// </para>
29272928
/// <para>
29282929
/// If <paramref name="url"/> is <see langword="null"/> or empty,

0 commit comments

Comments
 (0)