SoapEnvelopeProcessingElement.ReadTimeout Property
.NET Framework (current version)
Gets or sets the timeout period used to determine whether to terminate requests to mitigate against denial of service attacks.
Assembly: System.Web.Services (in System.Web.Services.dll)
[ConfigurationPropertyAttribute("readTimeout", DefaultValue = 2147483647)] [TypeConverterAttribute(typeof(InfiniteIntConverter))] public int ReadTimeout { get; set; }
Property Value
Type: System.Int32The time to wait before terminating requests to Read and MoveToContent.
.NET Framework
Available since 2.0
Available since 2.0
Show: