[Modify] Edit it

This commit is contained in:
sta 2017-04-26 14:40:55 +09:00
parent 3771eeb457
commit 5d47cdc2c5

View File

@ -48,14 +48,15 @@ namespace WebSocketSharp.Net
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="NetworkCredential"/> class with /// Initializes a new instance of the <see cref="NetworkCredential"/> class with
/// the specified user name and password. /// the specified <paramref name="username"/> and <paramref name="password"/>.
/// </summary> /// </summary>
/// <param name="username"> /// <param name="username">
/// A <see cref="string"/> that represents the user name associated with the credentials. /// A <see cref="string"/> that represents the username associated with
/// the credentials.
/// </param> /// </param>
/// <param name="password"> /// <param name="password">
/// A <see cref="string"/> that represents the password for the user name associated with /// A <see cref="string"/> that represents the password for the username
/// the credentials. /// associated with the credentials.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="username"/> is <see langword="null"/>. /// <paramref name="username"/> is <see langword="null"/>.