12 references to properties
System.Web.Services (12)
System\Web\Services\Configuration\WebServicesSection.cs (12)
22this.properties.Add(this.conformanceWarnings); 23this.properties.Add(this.protocols); 24this.properties.Add(this.serviceDescriptionFormatExtensionTypes); 25this.properties.Add(this.soapEnvelopeProcessing); 26this.properties.Add(this.soapExtensionImporterTypes); 27this.properties.Add(this.soapExtensionReflectorTypes); 28this.properties.Add(this.soapExtensionTypes); 29this.properties.Add(this.soapTransportImporterTypes); 30this.properties.Add(this.wsdlHelpGenerator); 31this.properties.Add(this.soapServerProtocolFactoryType); 32this.properties.Add(this.diagnostics); 251get { return this.properties; }