|
|
|
@ -43,7 +43,7 @@ using System.Security.Principal;
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
namespace WebSocketSharp.Net
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Holds the user name and password from the HTTP Basic authentication credentials.
|
|
|
|
/// Holds the username and password from an HTTP Basic authentication attempt.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public class HttpBasicIdentity : GenericIdentity
|
|
|
|
public class HttpBasicIdentity : GenericIdentity
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|