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