Removed the AuthenticationChallenge property from the HttpResponse class
This commit is contained in:
parent
f090fa9d5d
commit
778d01b3d7
@ -71,15 +71,6 @@ namespace WebSocketSharp
|
||||
|
||||
#region Public Properties
|
||||
|
||||
public AuthenticationChallenge AuthenticationChallenge {
|
||||
get {
|
||||
var chal = Headers["WWW-Authenticate"];
|
||||
return chal != null && chal.Length > 0
|
||||
? AuthenticationChallenge.Parse (chal)
|
||||
: null;
|
||||
}
|
||||
}
|
||||
|
||||
public CookieCollection Cookies {
|
||||
get {
|
||||
return Headers.GetCookies (true);
|
||||
|
Loading…
Reference in New Issue
Block a user