4 writes to Proxy
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\WebSocketsTransport.cs (2)
158
webSocket.Options.
Proxy
= context.Options.Proxy;
199
webSocket.Options.
Proxy
= originalProxy;
System.ServiceModel.Http (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
195
clientWebSocket.Options.
Proxy
= _channelFactory.Proxy;
199
clientWebSocket.Options.
Proxy
= await _channelFactory.ProxyFactory.CreateWebProxyAsync(
2 references to Proxy
Microsoft.AspNetCore.Http.Connections.Client (2)
Internal\WebSocketsTransport.cs (2)
155
var originalProxy = webSocket.Options.
Proxy
;
197
if (ReferenceEquals(webSocket.Options.
Proxy
, context.Options.Proxy))