[Modify] Edit it
This commit is contained in:
parent
b7ede52a9d
commit
94fdbc479a
@ -2916,13 +2916,14 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sets an HTTP proxy server URL to connect through, and if necessary,
|
/// Sets the HTTP proxy server URL to connect through, and if necessary,
|
||||||
/// a pair of <paramref name="username"/> and <paramref name="password"/> for
|
/// a pair of <paramref name="username"/> and <paramref name="password"/> for
|
||||||
/// the proxy server authentication (Basic/Digest).
|
/// the proxy server authentication (Basic/Digest).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="url">
|
/// <param name="url">
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <see cref="string"/> that represents the proxy server URL to connect through.
|
/// A <see cref="string"/> that represents the HTTP proxy server URL to
|
||||||
|
/// connect through.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If <paramref name="url"/> is <see langword="null"/> or empty,
|
/// If <paramref name="url"/> is <see langword="null"/> or empty,
|
||||||
|
Loading…
Reference in New Issue
Block a user