[Modify] Edit it

This commit is contained in:
sta 2017-04-20 14:41:50 +09:00
parent 8dadc6bc09
commit a8f8e84dfd

View File

@ -43,7 +43,7 @@ using System.Security.Principal;
namespace WebSocketSharp.Net namespace WebSocketSharp.Net
{ {
/// <summary> /// <summary>
/// Holds the user name and password from the HTTP Basic authentication credentials. /// Holds the username and password from an HTTP Basic authentication attempt.
/// </summary> /// </summary>
public class HttpBasicIdentity : GenericIdentity public class HttpBasicIdentity : GenericIdentity
{ {