Fix a few for HttpBasicIdentity.cs

master
sta 12 years ago
parent 4de06fa99a
commit 1a05d22f31

@ -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.

Loading…
Cancel
Save