2 writes to ProxyAuthorization
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs (1)
168
request.Headers.
ProxyAuthorization
= headerValue;
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
487
request.Headers.
ProxyAuthorization
= originalProxyAuthorization;
1 reference to ProxyAuthorization
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
473
Headers.AuthenticationHeaderValue? originalProxyAuthorization = request.Headers.
ProxyAuthorization
;