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=Mono.Cecil.CustomAttributeArgument)]
public TimeSpan DefaultRegexMatchTimeout { get; set; }
[<System.Configuration.ConfigurationProperty("defaultRegexMatchTimeout", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.DefaultRegexMatchTimeout : TimeSpan with get, set
Public Property DefaultRegexMatchTimeout As TimeSpan
Property Value
The time that is allowed for regular-expression matching.
- Attributes