2 references to DisableAddressHeaderCollectionValidationString
System.ServiceModel (2)
System\ServiceModel\AppContextDefaultValues.Default.cs (1)
45
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
DisableAddressHeaderCollectionValidationString
, true);
System\ServiceModel\LocalAppContextSwitches.cs (1)
56
return LocalAppContext.GetCachedSwitchValue(
DisableAddressHeaderCollectionValidationString
, ref disableAddressHeaderCollectionValidation);