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