28 references to IsHttp
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
625
if (packageSource.
IsHttp
&& !packageSource.IsHttps && !packageSource.AllowInsecureConnections)
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NugetApiPackageManager.cs (1)
223
if (packageSource.
IsHttp
&& !packageSource.IsHttps)
NuGet.CommandLine.XPlat (2)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (1)
427
int maxParallel = listPackageArgs.PackageSources.Any(s => s.
IsHttp
)
Utility\HttpSourcesUtility.cs (1)
27
if (packageSource.
IsHttp
&& !packageSource.IsHttps && !packageSource.AllowInsecureConnections)
NuGet.Commands (9)
CommandRunners\DeleteRunner.cs (1)
35
if (packageSource.
IsHttp
&& !packageSource.IsHttps && !packageSource.AllowInsecureConnections)
CommandRunners\PushRunner.cs (1)
87
if (!allowInsecureConnections && packageSource.
IsHttp
&& !packageSource.IsHttps && !packageSource.AllowInsecureConnections)
ListCommand\ListCommandRunner.cs (1)
74
if (packageSource.
IsHttp
&& !packageSource.IsHttps && !packageSource.AllowInsecureConnections)
RestoreCommand\RestoreCommand.cs (1)
526
if (source.
IsHttp
&& !source.IsHttps && !source.AllowInsecureConnections)
RestoreCommand\SourceRepositoryDependencyProvider.cs (1)
146
public bool IsHttp => _sourceRepository.PackageSource.
IsHttp
;
SourcesCommands\SourceRunners.cs (4)
69
if (newPackageSource.
IsHttp
&& !newPackageSource.IsHttps && !newPackageSource.AllowInsecureConnections)
206
if (packageSource.
IsHttp
&& !packageSource.IsHttps && !packageSource.AllowInsecureConnections)
288
if (existingSource.
IsHttp
&& !existingSource.IsHttps && !existingSource.AllowInsecureConnections)
382
if (packageSource.
IsHttp
&& !packageSource.IsHttps && !packageSource.AllowInsecureConnections)
NuGet.PackageManagement (3)
IDE\PackageRestoreManager.cs (1)
391
if (source.
IsHttp
&& !source.IsHttps && !source.AllowInsecureConnections)
NuGetPackageManager.cs (2)
1124
if (source.
IsHttp
&& !source.IsHttps && !source.AllowInsecureConnections)
1815
if (source.
IsHttp
&& !source.IsHttps && !source.AllowInsecureConnections)
NuGet.Protocol (12)
HttpSource\HttpHandlerResourceV3Provider.cs (2)
47
Debug.Assert(source.PackageSource.
IsHttp
, "HTTP handler requested for a non-http source.");
51
if (source.PackageSource.
IsHttp
)
HttpSource\HttpSourceResourceProvider.cs (2)
43
Debug.Assert(source.PackageSource.
IsHttp
, "HTTP source requested for a non-http source.");
47
if (source.PackageSource.
IsHttp
)
Plugins\PluginManager.cs (1)
123
if (source.PackageSource.
IsHttp
&& IsPluginPossiblyAvailable())
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (2)
88
if (sourceRepository.PackageSource != null && sourceRepository.PackageSource.
IsHttp
)
140
if (packageSource.
IsHttp
&&
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
73
if (sourceRepository.PackageSource != null && sourceRepository.PackageSource.
IsHttp
)
Providers\PackageUpdateResourceV2Provider.cs (1)
31
if (source.PackageSource.
IsHttp
)
Providers\ServiceIndexResourceV3Provider.cs (1)
62
(source.PackageSource.
IsHttp
&&
RemoteRepositories\RemoteV2FindPackageByIdResourceProvider.cs (1)
27
if (sourceRepository.PackageSource.
IsHttp
Utility\FeedTypeUtility.cs (1)
28
if (packageSource.
IsHttp
)