次の方法で共有


HttpReadSettings.RequestMethod プロパティ

定義

RESTful API の呼び出しに使用する HTTP メソッドを取得または設定します。 既定値は GET です。 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="requestMethod")]
public object RequestMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requestMethod")>]
member this.RequestMethod : obj with get, set
Public Property RequestMethod As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象