3 references to Low
System.Web.Services (3)
System\Web\Services\Configuration\SoapExtensionTypeElement.cs (2)
37[ConfigurationProperty("group", IsKey = true, DefaultValue = PriorityGroup.Low)] 82readonly ConfigurationProperty group = new ConfigurationProperty("group", typeof(PriorityGroup), PriorityGroup.Low, new EnumConverter(typeof(PriorityGroup)), null, ConfigurationPropertyOptions.IsKey);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
391message.otherExtensions = ModifyInitializedExtensions(PriorityGroup.Low, message.otherExtensions);