3 writes to Proxy
System.Net.Http (1)
System\Net\Http\HttpClientHandler.cs (1)
157set => _underlyingHandler.Proxy = value;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1723handler.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)
156get => _underlyingHandler.Proxy;
System.Net.Requests (1)
System\Net\HttpWebRequest.cs (1)
1705Debug.Assert(handler.Proxy == null); // Default of handler.Proxy is null.