System.Web.Services.Configuration Namespace
.NET Framework 4.5
The System.Web.Services.Configuration namespace consists of the classes that configure how XML Web services created using ASP.NET run.
| Class | Description | |
|---|---|---|
|
DiagnosticsElement | Represents the <diagnostics> element in the Web.config configuration file. |
|
ProtocolElement | Represents a protocol element in the Web Services configuration file. The class cannot be inherited. |
|
ProtocolElementCollection | Contains a strongly typed collection of ProtocolElement objects. |
|
SoapEnvelopeProcessingElement | Configures a timeout that helps mitigate denial of service attacks by terminating any request that takes longer than the ReadTimeout property value. |
|
SoapExtensionTypeElement | Represents the SoapExtensionElement in the Web Services configuration file. This element adds a SOAP extension to run with all XML Web services within the scope of the configuration file. The class cannot be inherited. |
|
SoapExtensionTypeElementCollection | Contains a strongly typed collection of SoapExtensionTypeElement objects. |
|
TypeElement | Represents the type element in the Web services configuration file. |
|
TypeElementCollection | Contains a strongly typed collection of TypeElement objects. |
|
WebServicesSection | Represents the webServices element in the configuration file. This element controls the settings of XML Web services. |
|
WsdlHelpGeneratorElement | Represents WsdlHelpGenerator element in the configuration file that specifies the XML Web service Help page (an .aspx file) that is displayed to a browser when the browser navigates directly to an ASMX XML Web services page. |
|
WsiProfilesElement | Represents the WsiProfiles element in the configuration file. |
|
WsiProfilesElementCollection | Contains a strongly typed collection of WsiProfilesElement objects. |
|
XmlFormatExtensionAttribute | Specifies that a service description format extension runs at one or more extension points. This class cannot be inherited. |
|
XmlFormatExtensionPointAttribute | Specifies the XML namespace and XML namespace prefix to use for a service description format extension within a service description. This class cannot be inherited. |
|
XmlFormatExtensionPrefixAttribute | Specifies the XML namespace and XML namespace prefix to use for a service description format extension within a service description. This class cannot be inherited. |
| Enumeration | Description | |
|---|---|---|
|
PriorityGroup | Specifies the values that can be used to set the priority and group attributes for a SOAP extension in the Web Services configuration file. |
|
WebServiceProtocols | Specifies the transmission protocols that are used to decrypt data sent from a client browser in the HTTP request. |