88 references to UriSchemeHttps
PresentationCore (12)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
464&& String.Compare(requestedUri.Scheme, Uri.UriSchemeHttps, StringComparison.Ordinal) != 0)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
115(String.Compare(uri.Scheme, Uri.UriSchemeHttps, StringComparison.Ordinal) == 0)))
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
333(finalUri.Scheme == Uri.UriSchemeHttps))) 1170Debug.Assert((uri.Scheme == Uri.UriSchemeHttp) || (uri.Scheme == Uri.UriSchemeHttps)); 1222else if (uri.Scheme == Uri.UriSchemeHttps) // for https
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
216if (uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
78uriToDecode.Scheme == Uri.UriSchemeHttps)
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (3)
984if (SecurityHelper.AreStringTypesEqual(uriToOpen.Scheme, Uri.UriSchemeHttps)) 988if (!SecurityHelper.AreStringTypesEqual(appDeploymentUri.Scheme, Uri.UriSchemeHttps)) 1108if (absoluteUri.Scheme != Uri.UriSchemeHttps)
Shared\MS\Internal\SecurityHelper.cs (2)
447if (appDeploymentUri != null && appDeploymentUri.Scheme == Uri.UriSchemeHttps) 489bool isIntranetHttpsApp = (appZone == MS.Win32.NativeMethods.URLZONE_INTRANET && appUri.Scheme == Uri.UriSchemeHttps);
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (2)
113(Object.ReferenceEquals(destinationUri.Scheme, Uri.UriSchemeHttps)) || 215if (uri.Scheme != Uri.UriSchemeHttp && uri.Scheme != Uri.UriSchemeHttps)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
622uri.Scheme == Uri.UriSchemeHttps ||
System (17)
net\System\Net\_AuthenticationManager2.cs (1)
148if (httpWebRequest.ChallengedUri.Scheme == Uri.UriSchemeHttps)
net\System\Net\_AuthenticationManagerDefault.cs (1)
277if (httpWebRequest.ChallengedUri.Scheme == Uri.UriSchemeHttps)
net\System\Net\_Connection.cs (2)
1073if ((httpWebRequest.IsWebSocketRequest || httpWebRequest.Address.Scheme == Uri.UriSchemeHttps) && 1157if (request.Address.Scheme == Uri.UriSchemeHttps) {
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1499(object)ctx.Uri.Scheme == (object)Uri.UriSchemeHttps))
net\System\Net\Cache\RequestCacheManager.cs (2)
57if ((object)internedScheme == (object)Uri.UriSchemeHttp || (object)internedScheme == (object)Uri.UriSchemeHttps) 91else if (uriScheme == Uri.UriSchemeHttp || uriScheme == Uri.UriSchemeHttps)
net\System\Net\cookiecontainer.cs (2)
239uriSb.Append(cookie.Secure ? Uri.UriSchemeHttps : Uri.UriSchemeHttp).Append(Uri.SchemeDelimiter); 706bool isSecure = (uri.Scheme == Uri.UriSchemeHttps);
net\System\Net\HttpWebRequest.cs (5)
877(((object)_Uri.Scheme != (object)Uri.UriSchemeHttps && !IsWebSocketRequest) || (IsTunnelRequest)); 5415if ((_Uri.Scheme == Uri.UriSchemeHttps) || IsTunnelRequest) { 5766newUriBuilder.Scheme = Uri.UriSchemeHttps; 5771if (newUri.Scheme != Uri.UriSchemeHttp && newUri.Scheme != Uri.UriSchemeHttps) 5878if(_OriginUri.Scheme == Uri.UriSchemeHttps) {
net\System\Net\Internal.cs (1)
1709m_httpScheme = usingHttps ? Uri.UriSchemeHttps : Uri.UriSchemeHttp;
net\System\Net\ServicePoint.cs (1)
178if (uri.Scheme == Uri.UriSchemeHttps)
net\System\Net\WebRequest.cs (1)
316if ((requestUri.Scheme != Uri.UriSchemeHttp) && (requestUri.Scheme != Uri.UriSchemeHttps)) {
System.ServiceModel (38)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (2)
185else if (protocol.Equals(Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase)) 188return new BaseUriWithWildcard(Uri.UriSchemeHttps, HttpsUriDefaultPort, binding, 3, path, ":443:");
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
45return Uri.UriSchemeHttps;
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
94return Uri.UriSchemeHttps;
System\ServiceModel\Channels\SharedHttpsTransportManager.cs (1)
24return Uri.UriSchemeHttps;
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
93if (address.Uri.Scheme == Uri.UriSchemeHttps && transportBindingElement is HttpTransportBindingElement && !(transportBindingElement is HttpsTransportBindingElement))
System\ServiceModel\Channels\TransportChannelListener.cs (1)
573(String.Compare(this.Uri.Scheme, Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase) == 0)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
136Fx.Assert(request.RequestUri.Scheme == Uri.UriSchemeHttps,
System\ServiceModel\Channels\WebSocketHelper.cs (2)
94Uri.UriSchemeHttps.Equals(httpUri.Scheme, StringComparison.OrdinalIgnoreCase), 125builder.Scheme = Uri.UriSchemeHttps;
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
423return (serviceUri.Scheme == Uri.UriSchemeHttp) || (serviceUri.Scheme == Uri.UriSchemeHttps);
System\ServiceModel\Configuration\MexHttpsBindingCollectionElement.cs (1)
25return MetadataExchangeBindings.GetBindingForScheme(Uri.UriSchemeHttps);
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
212return address.Scheme == Uri.UriSchemeHttp || address.Scheme == Uri.UriSchemeHttps; 761if (location.Scheme != Uri.UriSchemeHttp && location.Scheme != Uri.UriSchemeHttps)
System\ServiceModel\Description\ServiceDebugBehavior.cs (6)
67if (value != null && value.IsAbsoluteUri && value.Scheme != Uri.UriSchemeHttps) 70"HttpsHelpPageUrl", Uri.UriSchemeHttps, value.ToString(), value.Scheme)); 112if (!value.Scheme.Equals(Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase)) 115value.Scheme, value.GetType().ToString(), Uri.UriSchemeHttps)); 188mex.HttpsHelpPageUrl = host.GetVia(Uri.UriSchemeHttps, this.httpsHelpPageUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpsHelpPageUrl); 219if (!EnsureHelpPageDispatcher(host, mex, this.httpsHelpPageUrl, Uri.UriSchemeHttps))
System\ServiceModel\Description\ServiceMetadataBehavior.cs (8)
71if (value != null && value.IsAbsoluteUri && value.Scheme != Uri.UriSchemeHttps) 74"HttpsGetUrl", Uri.UriSchemeHttps, value.ToString(), value.Scheme)); 117if (!value.Scheme.Equals(Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase)) 120value.Scheme, value.GetType().ToString(), Uri.UriSchemeHttps)); 146if (value != null && value.IsAbsoluteUri && !(value.Scheme == Uri.UriSchemeHttp || value.Scheme == Uri.UriSchemeHttps)) 216httpsDispatcherEnabled = EnsureGetDispatcher(host, mex, this.httpsGetUrl, Uri.UriSchemeHttps); 255mex.HttpsGetUrl = host.GetVia(Uri.UriSchemeHttps, this.httpsGetUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpsGetUrl); 309bool isListeningOnHttps = channelDispatcher.Listener.Uri.Scheme == Uri.UriSchemeHttps;
System\ServiceModel\Description\ServiceMetadataExtension.cs (5)
349else if (listenUri.Scheme == Uri.UriSchemeHttps) 362throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.SFxGetChannelDispatcherDoesNotSupportScheme, typeof(ChannelDispatcher).Name, Uri.UriSchemeHttp, Uri.UriSchemeHttps))); 395else if (listenUri.Scheme == Uri.UriSchemeHttps) 401throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.SFxGetChannelDispatcherDoesNotSupportScheme, typeof(ChannelDispatcher).Name, Uri.UriSchemeHttp, Uri.UriSchemeHttps))); 562Uri httpsAddr = parent.owner.GetVia(Uri.UriSchemeHttps, location);
System\ServiceModel\Security\WSTrustServiceHost.cs (1)
118else if (StringComparer.OrdinalIgnoreCase.Equals(baseAddress.Scheme, Uri.UriSchemeHttps))
System\ServiceModel\Transactions\WsatConfiguration.cs (4)
326uriScheme = Uri.UriSchemeHttps; 361UriBuilder builder10 = new UriBuilder(Uri.UriSchemeHttps, 372UriBuilder builder11 = new UriBuilder(Uri.UriSchemeHttps, 389UriBuilder builder = new UriBuilder(Uri.UriSchemeHttps,
System.ServiceModel.Activation (7)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (1)
122string.Compare(scheme, Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase) == 0;
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
358!object.ReferenceEquals(uri.Scheme, Uri.UriSchemeHttps))
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
794object.ReferenceEquals(this.RequestUri.Scheme, Uri.UriSchemeHttp) || object.ReferenceEquals(this.RequestUri.Scheme, Uri.UriSchemeHttps),
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
172string.CompareOrdinal(protocol, Uri.UriSchemeHttps) == 0)
System\ServiceModel\Activation\HttpsHostedTransportConfiguration.cs (1)
16: base(Uri.UriSchemeHttps)
System\ServiceModel\Activation\MetabaseSettings.cs (2)
557this.Bindings.Add(Uri.UriSchemeHttps, secureBindings); 575bool foundAccessSslFlags = !Bindings.ContainsKey(Uri.UriSchemeHttps);
System.ServiceModel.WasHosting (6)
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (6)
111string.Compare(protocol, Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase) == 0) 120if (this.Bindings.ContainsKey(Uri.UriSchemeHttps)) 122this.Protocols.Add(Uri.UriSchemeHttps); 448string.Compare(protocol, Uri.UriSchemeHttps, StringComparison.OrdinalIgnoreCase) == 0) 457if (this.Bindings.ContainsKey(Uri.UriSchemeHttps)) 459this.Protocols.Add(Uri.UriSchemeHttps);
System.ServiceModel.Web (3)
System\ServiceModel\Web\WebChannelFactory.cs (1)
85if (remoteAddress == null || (remoteAddress.Scheme != Uri.UriSchemeHttp && remoteAddress.Scheme != Uri.UriSchemeHttps))
System\ServiceModel\Web\WebServiceHost.cs (2)
85if (Object.ReferenceEquals(uriScheme, Uri.UriSchemeHttp) || Object.ReferenceEquals(uriScheme, Uri.UriSchemeHttps)) 141if (Object.ReferenceEquals(uriScheme, Uri.UriSchemeHttps))
System.Web (1)
ErrorFormatter.cs (1)
790if (uri.Scheme == Uri.UriSchemeHttp || uri.Scheme == Uri.UriSchemeHttps)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
696if (uri.Scheme == System.Uri.UriSchemeHttp || uri.Scheme == System.Uri.UriSchemeHttps)