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