41 references to UriSchemeHttps
aspire (5)
Acquisition\IdentityResolver.cs (1)
262|| (uri.Scheme != Uri.UriSchemeHttp && uri.Scheme != Uri.UriSchemeHttps))
Documentation\ApiDocs\ApiDocsSourceConfiguration.cs (1)
199(resolvedUri.Scheme == Uri.UriSchemeHttp || resolvedUri.Scheme == Uri.UriSchemeHttps))
Packaging\PackageSourceOverrideMappings.cs (1)
102uri.Scheme.Equals(Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase)) &&
Utils\PackageSourceRedactor.cs (1)
49(uri.Scheme != Uri.UriSchemeHttp && uri.Scheme != Uri.UriSchemeHttps))
Utils\UrlHelper.cs (1)
16(parsed.Scheme == Uri.UriSchemeHttp || parsed.Scheme == Uri.UriSchemeHttps);
Aspire.Dashboard.Tests (1)
Integration\BlazorWebSocketOriginTests.cs (1)
70Scheme = frontendUri.Scheme == Uri.UriSchemeHttps ? "wss" : "ws",
Aspire.Hosting.Azure.Sandboxes (4)
AzureSandboxContainerDeployment.cs (1)
883(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) &&
AzureSandboxEndpointPropertyValueProvider.cs (2)
84EndpointProperty.Scheme => Uri.UriSchemeHttps, 107EndpointProperty.TlsEnabled => string.Equals(uri.Scheme, Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase) ? bool.TrueString : bool.FalseString,
Internal\Adc\AzureDevComputeClient.cs (1)
497return new UriBuilder(Uri.UriSchemeHttps, host)
Aspire.Hosting.Browsers (1)
BrowserEndpointDiscovery.cs (1)
205Scheme = browserEndpoint.Scheme == Uri.UriSchemeWss ? Uri.UriSchemeHttps : Uri.UriSchemeHttp,
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (1)
205Scheme = browserEndpoint.Scheme == Uri.UriSchemeWss ? Uri.UriSchemeHttps : Uri.UriSchemeHttp,
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (1)
257(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) ? uri : null;
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsPolicyBuilder.cs (1)
72(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) &&
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostService.cs (1)
92var httpsUrls = ExpandPorts(httpsPorts, Uri.UriSchemeHttps);
Microsoft.AspNetCore.Identity (1)
PasskeyEndpointsEndpointRouteBuilderExtensions.cs (1)
209(absolute.Scheme == Uri.UriSchemeHttp || absolute.Scheme == Uri.UriSchemeHttps))
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (1)
257(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) ? uri : null;
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (1)
257(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) ? uri : null;
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (1)
257(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) ? uri : null;
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (1)
257(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) ? uri : null;
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (1)
257(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) ? uri : null;
NuGet.Common (1)
UriUtility.cs (1)
15return uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps;
NuGet.PackageManagement (1)
Utility\UriHelper.cs (1)
121return (uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps);
NuGet.Packaging (3)
Signing\Timestamp\Rfc3161TimestampProvider.cs (2)
31!string.Equals(timeStampServerUrl.Scheme, Uri.UriSchemeHttps, StringComparison.Ordinal)) 38nameof(Uri.UriSchemeHttps)));
Signing\Timestamp\Rfc3161TimestampRequestNetstandard21Wrapper.cs (1)
50if (timestampUri.Scheme != Uri.UriSchemeHttp && timestampUri.Scheme != Uri.UriSchemeHttps)
PresentationCore (7)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
402if (!string.Equals(requestedUri.Scheme, Uri.UriSchemeHttp, StringComparison.Ordinal) && !string.Equals(requestedUri.Scheme, Uri.UriSchemeHttps, StringComparison.Ordinal))
MS\Internal\IO\Packaging\NetStream.cs (1)
93(string.Equals(uri.Scheme, Uri.UriSchemeHttps, StringComparison.Ordinal))))
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
276(finalUri.Scheme == Uri.UriSchemeHttps))) 1021Debug.Assert((uri.Scheme == Uri.UriSchemeHttp) || (uri.Scheme == Uri.UriSchemeHttps)); 1067else if (uri.Scheme == Uri.UriSchemeHttps) // for https
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
51uriToDecode.Scheme == Uri.UriSchemeHttps)
System\Windows\Media\MediaPlayerState.cs (1)
840&& (uriToOpen.Scheme == Uri.UriSchemeHttp || uriToOpen.Scheme == Uri.UriSchemeHttps)
PresentationFramework (2)
MS\Internal\AppModel\AppSecurityManager.cs (2)
73(Object.ReferenceEquals(destinationUri.Scheme, Uri.UriSchemeHttps)) || 129if (uri.Scheme != Uri.UriSchemeHttp && uri.Scheme != Uri.UriSchemeHttps)
QuarantineTools.Tests (1)
QuarantineScriptTests.cs (1)
411return uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps;
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\DiagnosticDescriptorExtensions.cs (1)
257(uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps) ? uri : null;
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\UrlAttribute.cs (1)
25|| valueAsUri.Scheme == Uri.UriSchemeHttps
System.Net.Http.WinHttpHandler (2)
System\Net\Http\WinHttpHandler.cs (2)
603if (requestUri.Scheme != Uri.UriSchemeHttp && requestUri.Scheme != Uri.UriSchemeHttps) 1013state.RequestMessage.RequestUri.Scheme == Uri.UriSchemeHttps && responseMessage.Headers.Location?.Scheme == Uri.UriSchemeHttp)
TypeScriptApiCompat (1)
ApiCompatSuppression.cs (1)
76(uri.Scheme != Uri.UriSchemeHttps && uri.Scheme != Uri.UriSchemeHttp))