[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
{
/// <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>
public class HttpBasicIdentity : GenericIdentity
{