System.Web.Services.Configuration.SoapEnvelopeProcessingElement Class

Configures a timeout that helps mitigate denial of service attacks by terminating any request that takes longer than the SoapEnvelopeProcessingElement.ReadTimeout property value.

See Also: SoapEnvelopeProcessingElement Members

Syntax

public sealed class SoapEnvelopeProcessingElement : System.Configuration.ConfigurationElement

Remarks

The timeout value is checked on every call to System.Xml.XmlReader.Read and System.Xml.XmlReader.MoveToContent.

Requirements

Namespace: System.Web.Services.Configuration
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0