[Modify] Edit it
This commit is contained in:
parent
1ae5fdfeaa
commit
0d3be42f00
@ -3690,27 +3690,31 @@ namespace WebSocketSharp
|
|||||||
/// Sets the credentials for the HTTP authentication (Basic/Digest).
|
/// Sets the credentials for the HTTP authentication (Basic/Digest).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// This method does nothing if the connection has already been
|
||||||
/// The credentials are initialized if <paramref name="username"/> is
|
/// established or it is closing.
|
||||||
/// <see langword="null"/> or an empty string.
|
|
||||||
/// </para>
|
|
||||||
/// <para>
|
|
||||||
/// This method does nothing if the connection has already been
|
|
||||||
/// established or it is closing.
|
|
||||||
/// </para>
|
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="username">
|
/// <param name="username">
|
||||||
/// A <see cref="string"/> that represents the username associated with
|
/// <para>
|
||||||
/// the credentials.
|
/// A <see cref="string"/> that represents the username associated with
|
||||||
|
/// the credentials.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> or an empty string if initializes
|
||||||
|
/// the credentials.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="password">
|
/// <param name="password">
|
||||||
/// A <see cref="string"/> that represents the password for the username
|
/// <para>
|
||||||
/// associated with the credentials.
|
/// A <see cref="string"/> that represents the password for the username
|
||||||
|
/// associated with the credentials.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> or an empty string if not necessary.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="preAuth">
|
/// <param name="preAuth">
|
||||||
/// <c>true</c> if this instance sends the credentials for the Basic
|
/// <c>true</c> if sends the credentials for the Basic authentication in
|
||||||
/// authentication with the first handshake request before receiving
|
/// advance with the first handshake request; otherwise, <c>false</c>.
|
||||||
/// an authentication challenge; otherwise, <c>false</c>.
|
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
/// This instance is not a client.
|
/// This instance is not a client.
|
||||||
|
Loading…
Reference in New Issue
Block a user