85 references to UriSchemeHttp
PresentationCore (9)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
463
if (String.Compare(requestedUri.Scheme, Uri.
UriSchemeHttp
, StringComparison.Ordinal) != 0
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
114
if (fullStreamLength > 0 && ((String.Compare(uri.Scheme, Uri.
UriSchemeHttp
, StringComparison.Ordinal) == 0) ||
Core\CSharp\MS\Internal\IO\Packaging\PseudoWebRequest.cs (1)
351
if (IsScheme(Uri.
UriSchemeHttp
))
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
332
((finalUri.Scheme == Uri.
UriSchemeHttp
) ||
1170
Debug.Assert((uri.Scheme == Uri.
UriSchemeHttp
) || (uri.Scheme == Uri.UriSchemeHttps));
1218
else if (uri.Scheme == Uri.
UriSchemeHttp
) // for http
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
216
if (uri.Scheme == Uri.
UriSchemeHttp
|| uri.Scheme == Uri.UriSchemeHttps)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
77
if (uriToDecode.Scheme == Uri.
UriSchemeHttp
||
Shared\MS\Internal\SecurityHelper.cs (1)
574
else if (siteOfOrigin.Scheme == Uri.
UriSchemeHttp
)
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (2)
112
bool isKnownScheme = (Object.ReferenceEquals(destinationUri.Scheme, Uri.
UriSchemeHttp
)) ||
215
if (uri.Scheme != Uri.
UriSchemeHttp
&& uri.Scheme != Uri.UriSchemeHttps)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
621
uri.Scheme == Uri.
UriSchemeHttp
||
System (16)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1498
((object)ctx.Uri.Scheme == (object)Uri.
UriSchemeHttp
||
net\System\Net\Cache\RequestCacheManager.cs (2)
57
if ((object)internedScheme == (object)Uri.
UriSchemeHttp
|| (object)internedScheme == (object)Uri.UriSchemeHttps)
91
else if (uriScheme == Uri.
UriSchemeHttp
|| uriScheme == Uri.UriSchemeHttps)
net\System\Net\cookiecontainer.cs (1)
239
uriSb.Append(cookie.Secure ? Uri.UriSchemeHttps : Uri.
UriSchemeHttp
).Append(Uri.SchemeDelimiter);
net\System\Net\DNS.cs (1)
635
if (Uri.TryCreate(Uri.
UriSchemeHttp
+ Uri.SchemeDelimiter + host, UriKind.Absolute, out uri))
net\System\Net\HttpWebRequest.cs (6)
701
RequestCachePolicy policy = RequestCacheManager.GetBinding(Uri.
UriSchemeHttp
).Policy;
716
RequestCacheBinding binding = RequestCacheManager.GetBinding(Uri.
UriSchemeHttp
);
717
RequestCacheManager.SetBinding(Uri.
UriSchemeHttp
, new RequestCacheBinding(binding.Cache, binding.Validator, value));
4942
bool isTunnelRequestForHttp = IsTunnelRequest && _OriginUri.Scheme == Uri.
UriSchemeHttp
;
5760
newUriBuilder.Scheme = Uri.
UriSchemeHttp
;
5771
if (newUri.Scheme != Uri.
UriSchemeHttp
&& newUri.Scheme != Uri.UriSchemeHttps)
net\System\Net\Internal.cs (1)
1709
m_httpScheme = usingHttps ? Uri.UriSchemeHttps : Uri.
UriSchemeHttp
;
net\System\Net\ServicePointManager.cs (1)
772
if (address.Scheme != Uri.
UriSchemeHttp
)
net\System\Net\WebRequest.cs (1)
316
if ((requestUri.Scheme != Uri.
UriSchemeHttp
) && (requestUri.Scheme != Uri.UriSchemeHttps)) {
net\System\uribuilder.cs (1)
52
uri = Uri.
UriSchemeHttp
+ Uri.SchemeDelimiter + uri;
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
173
if (!Uri.TryCreate(Uri.
UriSchemeHttp
+ Uri.SchemeDelimiter + host, UriKind.Absolute, out constructedUri))
System.ServiceModel (35)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (2)
179
if (protocol.Equals(Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase))
183
return new BaseUriWithWildcard(Uri.
UriSchemeHttp
, HttpUriDefaultPort, binding, 3, path, ":80:");
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
275
return Uri.
UriSchemeHttp
;
System\ServiceModel\Channels\HttpChannelListener.cs (2)
285
get { return Uri.
UriSchemeHttp
; }
726
string.Equals(listenUri.Scheme, Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase))//SPN list not used for HTTPS (CBT is used instead).
System\ServiceModel\Channels\HttpTransportManager.cs (1)
65
return Uri.
UriSchemeHttp
;
System\ServiceModel\Channels\TransportChannelListener.cs (1)
572
if ((String.Compare(this.Uri.Scheme, Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase) == 0) ||
System\ServiceModel\Channels\WebSocketHelper.cs (2)
87
if (Uri.
UriSchemeHttp
.Equals(httpUri.Scheme, StringComparison.OrdinalIgnoreCase))
122
builder.Scheme = Uri.
UriSchemeHttp
;
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
423
return (serviceUri.Scheme == Uri.
UriSchemeHttp
) || (serviceUri.Scheme == Uri.UriSchemeHttps);
System\ServiceModel\Configuration\MexHttpBindingCollectionElement.cs (1)
25
return MetadataExchangeBindings.GetBindingForScheme(Uri.
UriSchemeHttp
);
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
212
return address.Scheme == Uri.
UriSchemeHttp
|| address.Scheme == Uri.UriSchemeHttps;
761
if (location.Scheme != Uri.
UriSchemeHttp
&& location.Scheme != Uri.UriSchemeHttps)
System\ServiceModel\Description\ServiceDebugBehavior.cs (6)
44
if (value != null && value.IsAbsoluteUri && value.Scheme != Uri.
UriSchemeHttp
)
47
"HttpHelpPageUrl", Uri.
UriSchemeHttp
, value.ToString(), value.Scheme));
83
if (!value.Scheme.Equals(Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase))
86
value.Scheme, value.GetType().ToString(), Uri.
UriSchemeHttp
));
184
mex.HttpHelpPageUrl = host.GetVia(Uri.
UriSchemeHttp
, this.httpHelpPageUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpHelpPageUrl);
211
if (!EnsureHelpPageDispatcher(host, mex, this.httpHelpPageUrl, Uri.
UriSchemeHttp
))
System\ServiceModel\Description\ServiceMetadataBehavior.cs (7)
50
if (value != null && value.IsAbsoluteUri && value.Scheme != Uri.
UriSchemeHttp
)
53
"HttpGetUrl", Uri.
UriSchemeHttp
, value.ToString(), value.Scheme));
88
if (!value.Scheme.Equals(Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase))
91
value.Scheme, value.GetType().ToString(), Uri.
UriSchemeHttp
));
146
if (value != null && value.IsAbsoluteUri && !(value.Scheme == Uri.
UriSchemeHttp
|| value.Scheme == Uri.UriSchemeHttps))
211
httpDispatcherEnabled = EnsureGetDispatcher(host, mex, this.httpGetUrl, Uri.
UriSchemeHttp
);
254
mex.HttpGetUrl = host.GetVia(Uri.
UriSchemeHttp
, this.httpGetUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpGetUrl);
System\ServiceModel\Description\ServiceMetadataExtension.cs (7)
338
if (listenUri.Scheme == Uri.
UriSchemeHttp
)
362
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.SFxGetChannelDispatcherDoesNotSupportScheme, typeof(ChannelDispatcher).Name, Uri.
UriSchemeHttp
, Uri.UriSchemeHttps)));
391
if (listenUri.Scheme == Uri.
UriSchemeHttp
)
401
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.SFxGetChannelDispatcherDoesNotSupportScheme, typeof(ChannelDispatcher).Name, Uri.
UriSchemeHttp
, Uri.UriSchemeHttps)));
561
Uri httpAddr = parent.owner.GetVia(Uri.
UriSchemeHttp
, location);
774
if (this.listenUri.Scheme == Uri.
UriSchemeHttp
)
965
if (this.listenUri.Scheme == Uri.
UriSchemeHttp
)
System\ServiceModel\Security\WSTrustServiceHost.cs (1)
113
if (StringComparer.OrdinalIgnoreCase.Equals(baseAddress.Scheme, Uri.
UriSchemeHttp
))
System\UriTemplateTable.cs (1)
448
ub.Scheme = Uri.
UriSchemeHttp
;
System.ServiceModel.Activation (8)
System\ServiceModel\Activation\ApplyHostConfigurationBehavior.cs (1)
121
return string.Compare(scheme, Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase) == 0 ||
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
357
if (!object.ReferenceEquals(uri.Scheme, Uri.
UriSchemeHttp
) &&
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
794
object.ReferenceEquals(this.RequestUri.Scheme, Uri.
UriSchemeHttp
) || object.ReferenceEquals(this.RequestUri.Scheme, Uri.UriSchemeHttps),
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (2)
171
if (string.CompareOrdinal(protocol, Uri.
UriSchemeHttp
) == 0 ||
175
if (string.CompareOrdinal(protocol, Uri.
UriSchemeHttp
) == 0)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (2)
28
: this(Uri.
UriSchemeHttp
)
34
if (object.ReferenceEquals(this.Scheme, Uri.
UriSchemeHttp
))
System\ServiceModel\Activation\MetabaseSettings.cs (1)
546
this.Bindings.Add(Uri.
UriSchemeHttp
, serverBindings);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
135
else if (workflowServiceHost.InternalBaseAddresses.Contains(Uri.
UriSchemeHttp
))
System.ServiceModel.WasHosting (6)
System\ServiceModel\WasHosting\MetabaseSettingsIis7.cs (6)
110
else if (string.Compare(protocol, Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase) == 0 ||
115
if (this.Bindings.ContainsKey(Uri.
UriSchemeHttp
))
117
this.Protocols.Add(Uri.
UriSchemeHttp
);
447
else if (string.Compare(protocol, Uri.
UriSchemeHttp
, StringComparison.OrdinalIgnoreCase) == 0 ||
452
if (this.Bindings.ContainsKey(Uri.
UriSchemeHttp
))
454
this.Protocols.Add(Uri.
UriSchemeHttp
);
System.ServiceModel.Web (3)
System\ServiceModel\Web\WebChannelFactory.cs (2)
85
if (remoteAddress == null || (remoteAddress.Scheme != Uri.
UriSchemeHttp
&& remoteAddress.Scheme != Uri.UriSchemeHttps))
89
if (remoteAddress.Scheme == Uri.
UriSchemeHttp
)
System\ServiceModel\Web\WebServiceHost.cs (1)
85
if (Object.ReferenceEquals(uriScheme, Uri.
UriSchemeHttp
) || Object.ReferenceEquals(uriScheme, Uri.UriSchemeHttps))
System.Web (3)
ErrorFormatter.cs (1)
790
if (uri.Scheme == Uri.
UriSchemeHttp
|| uri.Scheme == Uri.UriSchemeHttps)
UI\WebControls\XmlDataSource.cs (2)
450
if (uri.Scheme == Uri.
UriSchemeHttp
) {
499
if (uri.Scheme == Uri.
UriSchemeHttp
) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
696
if (uri.Scheme == System.Uri.
UriSchemeHttp
|| uri.Scheme == System.Uri.UriSchemeHttps)