2 references to IsSupportedProxyScheme
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (2)
286
Debug.Assert(HttpUtilities.
IsSupportedProxyScheme
(proxyUri.Scheme));
410
if (proxyUri != null && !HttpUtilities.
IsSupportedProxyScheme
(proxyUri.Scheme))