2 references to IsSupportedNonSecureScheme
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (1)
292
return HttpUtilities.
IsSupportedNonSecureScheme
(uri.Scheme) ? _httpProxyUri : _httpsProxyUri;
System\Net\Http\SocketsHttpHandler\HttpUtilities.cs (1)
9
IsSupportedNonSecureScheme
(scheme) ||