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)

public:
[ConfigurationPropertyAttribute("readTimeout", DefaultValue = 2147483647)]
[TypeConverterAttribute((InfiniteIntConverter^::typeid))]
property int ReadTimeout {
	int get();
	void set(int value);
}

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: