|
|
|
@ -186,7 +186,7 @@ namespace WebSocketSharp.Net
|
|
|
|
schm,
|
|
|
|
schm,
|
|
|
|
realm,
|
|
|
|
realm,
|
|
|
|
_request.HttpMethod,
|
|
|
|
_request.HttpMethod,
|
|
|
|
_listener.UserCredentialsFinder
|
|
|
|
_listener.GetUserCredentialsFinder ()
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
if (user == null || !user.Identity.IsAuthenticated) {
|
|
|
|
if (user == null || !user.Identity.IsAuthenticated) {
|
|
|
|
|