5 references to SoapExtensionTypeElementCollection
System.Web.Services (5)
System\Web\Services\Configuration\WebServicesSection.cs (3)
405public SoapExtensionTypeElementCollection SoapExtensionTypes { 406get { return (SoapExtensionTypeElementCollection)base[this.soapExtensionTypes]; } 479readonly ConfigurationProperty soapExtensionTypes = new ConfigurationProperty("soapExtensionTypes", typeof(SoapExtensionTypeElementCollection), null, ConfigurationPropertyOptions.None);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
56SoapExtensionTypeElementCollection extensionTypes = WebServicesSection.Current.SoapExtensionTypes;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
81SoapExtensionTypeElementCollection extensionTypes = WebServicesSection.Current.SoapExtensionTypes;