SoapEnvelopeProcessingElement.ReadTimeout Property

 

Gets or sets the timeout period used to determine whether to terminate requests to mitigate against denial of service attacks.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

[<ConfigurationPropertyAttribute("readTimeout", DefaultValue = 2147483647)>]
[<TypeConverterAttribute(typeof(InfiniteIntConverter))>]
member ReadTimeout : int with get, set

Property Value

Type: System.Int32

The time to wait before terminating requests to Read and MoveToContent.

.NET Framework
Available since 2.0
Return to top
Show: