System.Web.Configuration.ProcessModelSection.ClientConnectedCheck Property

Gets or sets a value indicating how long a request is left in the queue.

Syntax

[System.Configuration.ConfigurationProperty("clientConnectedCheck", DefaultValue="00:00:05")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
public TimeSpan ClientConnectedCheck { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property specifies how long a request is queued before ASP.NET performs a client connected check.

Note:

If the interval expires while the request is still queued, a client connected check is done before passing the request over to the ASP.NET worker process for handling.

Requirements

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