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