3 references to Scheme
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (3)
34
if (object.ReferenceEquals(this.
Scheme
, Uri.UriSchemeHttp))
60
string[] bindings = HostedTransportConfigurationManager.MetabaseSettings.GetBindings(this.
Scheme
);
65
BaseUriWithWildcard listenAddress = BaseUriWithWildcard.CreateHostedUri(this.
Scheme
, binding, HostingEnvironmentWrapper.ApplicationVirtualPath);