Fix a few for HttpBasicIdentity.cs

This commit is contained in:
sta 2014-06-24 14:43:01 +09:00
parent 4de06fa99a
commit 1a05d22f31

View File

@ -43,7 +43,7 @@ using System.Security.Principal;
namespace WebSocketSharp.Net
{
/// <summary>
/// Holds the user name and password from an HTTP Basic authentication credentials.
/// Holds the user name and password from the HTTP Basic authentication credentials.
/// </summary>
public class HttpBasicIdentity : GenericIdentity
{
@ -66,7 +66,7 @@ namespace WebSocketSharp.Net
#region Public Properties
/// <summary>
/// Gets the password from an HTTP Basic authentication credentials.
/// Gets the password from the HTTP Basic authentication credentials.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the password.