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