3 writes to Proxy
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
157
set => _underlyingHandler.
Proxy
= value;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1723
handler.
Proxy
= parameters.Proxy;
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
296
handler.
Proxy
= options.Proxy;
2 references to Proxy
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
156
get => _underlyingHandler.
Proxy
;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1705
Debug.Assert(handler.
Proxy
== null); // Default of handler.Proxy is null.