1 write to _httpsProxyUri
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (1)
111
_httpsProxyUri
= httpsProxy;
1 reference to _httpsProxyUri
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (1)
292
return HttpUtilities.IsSupportedNonSecureScheme(uri.Scheme) ? _httpProxyUri :
_httpsProxyUri
;