3 references to ProxyAuthenticationRequired
System (3)
net\System\Net\_AuthenticationState.cs (2)
82return IsProxyAuth ? HttpStatusCode.ProxyAuthenticationRequired : HttpStatusCode.Unauthorized; 355if (!IsProxyAuth && httpWebRequest.ResponseStatusCode==HttpStatusCode.ProxyAuthenticationRequired) {
net\System\Net\HttpWebRequest.cs (1)
5642ResponseStatusCode==HttpStatusCode.ProxyAuthenticationRequired) // 407