次の方法で共有


ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration.ValidStatusCodes プロパティ

定義

要求応答に対して有効と見なされる HTTP 状態コードの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodes")]
public System.Collections.Generic.IList<long?> ValidStatusCodes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validStatusCodes")>]
member this.ValidStatusCodes : System.Collections.Generic.IList<Nullable<int64>> with get, set
Public Property ValidStatusCodes As IList(Of Nullable(Of Long))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象