Fix a few for HttpBasicIdentity.cs
This commit is contained in:
parent
4de06fa99a
commit
1a05d22f31
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user