3 writes to Proxy
System.Net.Http.WinHttpHandler (3)
System\Net\Http\WinHttpHandler.cs (2)
640
state.
Proxy
= _proxy;
799
state.
Proxy
= null;
System\Net\Http\WinHttpRequestState.cs (1)
85
Proxy
= null;
11 references to Proxy
System.Net.Http.WinHttpHandler (11)
System\Net\Http\WinHttpAuthHelper.cs (6)
127
ICredentials? proxyCreds = state.
Proxy
== null ?
129
state.
Proxy
.Credentials;
159
state.
Proxy
?.GetProxy(state.RequestMessage.RequestUri),
191
if (state.
Proxy
!= null)
193
proxyCredentials = state.
Proxy
.Credentials;
194
proxyUri = state.
Proxy
.GetProxy(state.RequestMessage.RequestUri);
System\Net\Http\WinHttpHandler.cs (5)
788
Debug.Assert(state.
Proxy
!= null);
793
state.
Proxy
.GetProxy(state.RequestMessage.RequestUri);
1291
if (state.
Proxy
!= null)
1295
Uri? proxyUri = state.
Proxy
.IsBypassed(uri) ? null : state.
Proxy
.GetProxy(uri);