HttpRuntimeSection.DefaultRegexMatchTimeout Property

Definition

Gets or sets the amount of time that a regular expression is allowed in order to perform a match.

public:
 property TimeSpan DefaultRegexMatchTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("defaultRegexMatchTimeout", DefaultValue="00:00:00")]
public TimeSpan DefaultRegexMatchTimeout { get; set; }
[<System.Configuration.ConfigurationProperty("defaultRegexMatchTimeout", DefaultValue="00:00:00")>]
member this.DefaultRegexMatchTimeout : TimeSpan with get, set
Public Property DefaultRegexMatchTimeout As TimeSpan

Property Value

The time that is allowed for regular-expression matching.

Attributes

Applies to