Removed the AuthenticationChallenge property from the HttpResponse class

master
sta 11 years ago
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…
Cancel
Save