5 writes to UseProxy
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
98
handler.
UseProxy
= config.UseProxy.Value;
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
148
set => _underlyingHandler.
UseProxy
= value;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1719
handler.
UseProxy
= false;
System.Net.WebSockets.Client (2)
System\Net\WebSockets\WebSocketHandle.Managed.cs (2)
265
UseProxy
= useDefaultProxy,
292
handler.
UseProxy
= false;
3 references to UseProxy
Microsoft.Extensions.Http (1)
DependencyInjection\SocketsHttpHandlerBuilderExtensions.cs (1)
200
UseProxy = ParseBool(config[nameof(SocketsHttpHandler.
UseProxy
)]),
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
147
get => _underlyingHandler.
UseProxy
;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1704
Debug.Assert(handler.
UseProxy
); // Default of handler.UseProxy is true.