10 references to ProxyAuthenticationState
System (10)
net\System\Net\_AuthenticationState.cs (1)
252if (!IsProxyAuth && Authorization!=null && httpWebRequest.ProxyAuthenticationState.Authorization!=null) {
net\System\Net\HttpWebRequest.cs (9)
1234if (ProxyAuthenticationState.UniqueGroupId != null || ServerAuthenticationState.UniqueGroupId != null) 1252ProxyAuthenticationState.ClearSession(this); 1795ProxyAuthenticationState.Update(this); 3380ProxyAuthenticationState.TransportContext = transportContext; 4171ProxyAuthenticationState.PreAuthIfNeeded(this, _Proxy.Credentials); 5433if (ProxyAuthenticationState.UniqueGroupId != null) { 5434connectionLine.Append(ProxyAuthenticationState.UniqueGroupId); 5529result |= ProxyAuthenticationState.AttemptAuthenticate(this, _Proxy.Credentials); 5874ProxyAuthenticationState.ClearAuthReq(this);