15 references to TypeElementCollection
System.Web.Services (15)
System\Web\Services\Configuration\WebServicesSection.cs (12)
390
public
TypeElementCollection
ServiceDescriptionFormatExtensionTypes {
391
get { return (
TypeElementCollection
)base[this.serviceDescriptionFormatExtensionTypes]; }
395
public
TypeElementCollection
SoapExtensionImporterTypes {
396
get { return (
TypeElementCollection
)base[this.soapExtensionImporterTypes]; }
400
public
TypeElementCollection
SoapExtensionReflectorTypes {
401
get { return (
TypeElementCollection
)base[this.soapExtensionReflectorTypes]; }
428
public
TypeElementCollection
SoapTransportImporterTypes {
429
get { return (
TypeElementCollection
)base[this.soapTransportImporterTypes]; }
475
readonly ConfigurationProperty serviceDescriptionFormatExtensionTypes = new ConfigurationProperty("serviceDescriptionFormatExtensionTypes", typeof(
TypeElementCollection
), null, ConfigurationPropertyOptions.None);
477
readonly ConfigurationProperty soapExtensionImporterTypes = new ConfigurationProperty("soapExtensionImporterTypes", typeof(
TypeElementCollection
), null, ConfigurationPropertyOptions.None);
478
readonly ConfigurationProperty soapExtensionReflectorTypes = new ConfigurationProperty("soapExtensionReflectorTypes", typeof(
TypeElementCollection
), null, ConfigurationPropertyOptions.None);
480
readonly ConfigurationProperty soapTransportImporterTypes = new ConfigurationProperty("soapTransportImporterTypes", typeof(
TypeElementCollection
), null, ConfigurationPropertyOptions.None);
System\Web\Services\Description\SoapProtocolImporter.cs (1)
516
TypeElementCollection
extensionTypes = WebServicesSection.Current.SoapExtensionImporterTypes;
System\Web\Services\Description\SoapProtocolReflector.cs (2)
243
TypeElementCollection
extensionTypes = WebServicesSection.Current.SoapExtensionReflectorTypes;
258
TypeElementCollection
extensionTypes = WebServicesSection.Current.SoapExtensionReflectorTypes;