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 namespace WebSocketSharp.Net
{ {
/// <summary> /// <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> /// </summary>
public class HttpBasicIdentity : GenericIdentity public class HttpBasicIdentity : GenericIdentity
{ {
@ -66,7 +66,7 @@ namespace WebSocketSharp.Net
#region Public Properties #region Public Properties
/// <summary> /// <summary>
/// Gets the password from an HTTP Basic authentication credentials. /// Gets the password from the HTTP Basic authentication credentials.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the password. /// A <see cref="string"/> that represents the password.