Removed the ProxyAuthenticationChallenge property from the HttpResponse class
This commit is contained in:
@@ -111,15 +111,6 @@ namespace WebSocketSharp
|
||||
}
|
||||
}
|
||||
|
||||
public AuthenticationChallenge ProxyAuthenticationChallenge {
|
||||
get {
|
||||
var chal = Headers["Proxy-Authenticate"];
|
||||
return chal != null && chal.Length > 0
|
||||
? AuthenticationChallenge.Parse (chal)
|
||||
: null;
|
||||
}
|
||||
}
|
||||
|
||||
public string Reason {
|
||||
get {
|
||||
return _reason;
|
||||
|
Reference in New Issue
Block a user