[Modify] Edit it

This commit is contained in:
sta 2017-04-20 15:17:59 +09:00
parent 8628ea2e82
commit d23693d878

View File

@ -33,7 +33,8 @@ using System.Security.Principal;
namespace WebSocketSharp.Net
{
/// <summary>
/// Holds the user name and other parameters from the HTTP Digest authentication credentials.
/// Holds the username and other parameters from
/// an HTTP Digest authentication attempt.
/// </summary>
public class HttpDigestIdentity : GenericIdentity
{