16 references to IISConstants
System.ServiceModel.Activation (16)
System\ServiceModel\Activation\MetabaseSettings.cs (16)
464
string[] providers = providersString.Split(
IISConstants
.CommaSeparator, StringSplitOptions.RemoveEmptyEntries);
477
[RegistryPermission(SecurityAction.Assert, Read = @"HKEY_LOCAL_MACHINE\" +
IISConstants
.CBTRegistryHKLMPath)]
481
using (RegistryKey registryKey = Registry.LocalMachine.OpenSubKey(
IISConstants
.CBTRegistryHKLMPath))
485
object tokenCheckingObj = registryKey.GetValue(
IISConstants
.TokenCheckingAttributeName);
486
object flagsObj = registryKey.GetValue(
IISConstants
.FlagsAttributeName);
487
object spnsObj = registryKey.GetValue(
IISConstants
.SpnAttributeName);
517
int index = applicationID.IndexOf(
IISConstants
.AboPathDelimiter, ServiceHostingEnvironment.ISAPIApplicationIdPrefix.Length);
518
siteAboPath = applicationID.Substring(
IISConstants
.LMSegment.Length, index -
IISConstants
.LMSegment.Length);
522
appAboPath = string.Concat(siteAboPath,
IISConstants
.RootSegment, HostingEnvironmentWrapper.ApplicationVirtualPath);
526
if (HostingEnvironmentWrapper.ApplicationVirtualPath.Length != 1 || HostingEnvironmentWrapper.ApplicationVirtualPath[0] !=
IISConstants
.AboPathDelimiter)
530
appAboPath = string.Concat(siteAboPath,
IISConstants
.RootSegment);
616
appTransportSettings.AuthProviders = providersString.Split(
IISConstants
.CommaSeparator, StringSplitOptions.RemoveEmptyEntries);
622
int index = endAboPath.LastIndexOf(
IISConstants
.AboPathDelimiter);
647
int index = endAboPath.IndexOf(
IISConstants
.AboPathDelimiter, appAboPath.Length + 1);
678
int index = endAboPath.LastIndexOf(
IISConstants
.AboPathDelimiter);