System.Web.Services.Configuration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes that configure how XML Web services created using ASP.NET run.
Classes
DiagnosticsElement |
Represents the <diagnostics> element in the Web.config configuration file. |
ProtocolElement |
Represents a |
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 |
TypeElementCollection |
Contains a strongly typed collection of TypeElement objects. |
WebServicesSection |
Represents the |
WsdlHelpGeneratorElement |
Represents |
WsiProfilesElement |
Represents the |
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. |
Enums
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. |