1 write to Proxy
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionFactory.cs (1)
101
newOptions.
Proxy
= options.Proxy;
6 references to Proxy
Microsoft.AspNetCore.Http.Connections.Client (6)
HttpConnection.cs (2)
563
if (_httpConnectionOptions.
Proxy
!= null)
565
httpClientHandler.Proxy = _httpConnectionOptions.
Proxy
;
HttpConnectionFactory.cs (1)
101
newOptions.Proxy = options.
Proxy
;
Internal\WebSocketsTransport.cs (3)
156
if (context.Options.
Proxy
!= null)
158
webSocket.Options.Proxy = context.Options.
Proxy
;
197
if (ReferenceEquals(webSocket.Options.Proxy, context.Options.
Proxy
))