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