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