Aracılığıyla paylaş


ConnectionMonitorHttpConfiguration.ValidStatusCodeRanges Property

Definition

Gets or sets HTTP status codes to consider successful. For instance, "2xx,301-304,418".

[Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodeRanges")]
public System.Collections.Generic.IList<string> ValidStatusCodeRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodeRanges")>]
member this.ValidStatusCodeRanges : System.Collections.Generic.IList<string> with get, set
Public Property ValidStatusCodeRanges As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to