次の方法で共有


ConnectionMonitorHttpConfiguration.Method プロパティ

定義

使用する HTTP メソッドを取得または設定します。 指定できる値は、'Get'、'Post' です。

[Newtonsoft.Json.JsonProperty(PropertyName="method")]
public string Method { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="method")>]
member this.Method : string with get, set
Public Property Method As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象