1 write to IsProxyAuth
System (1)
net\System\Net\_AuthenticationState.cs (1)
87
IsProxyAuth
= isProxyAuth;
8 references to IsProxyAuth
System (8)
net\System\Net\_AuthenticationState.cs (8)
72
return
IsProxyAuth
? HttpResponseHeader.ProxyAuthenticate : HttpResponseHeader.WwwAuthenticate;
77
return
IsProxyAuth
? HttpKnownHeaderNames.ProxyAuthorization : HttpKnownHeaderNames.Authorization;
82
return
IsProxyAuth
? HttpStatusCode.ProxyAuthenticationRequired : HttpStatusCode.Unauthorized;
96
Uri newUri =
IsProxyAuth
? httpWebRequest.ServicePoint.InternalAddress : httpWebRequest.GetRemoteResourceUri();
126
if (!
IsProxyAuth
&& (httpWebRequest.ServicePoint.InternalProxyServicePoint || httpWebRequest.UseCustomHost))
225
if (
IsProxyAuth
) {
252
if (!
IsProxyAuth
&& Authorization!=null && httpWebRequest.ProxyAuthenticationState.Authorization!=null) {
355
if (!
IsProxyAuth
&& httpWebRequest.ResponseStatusCode==HttpStatusCode.ProxyAuthenticationRequired) {