次の方法で共有


RequestMetadata.MethodType プロパティ

定義

要求の HTTP メソッドの種類を取得または設定します。

public:
 property System::String ^ MethodType { System::String ^ get(); void set(System::String ^ value); };
public string MethodType { get; set; }
member this.MethodType : string with get, set
Public Property MethodType As String

プロパティ値

注釈

サポートされている型は、GET、POST、PUT、PATCH、DELETE、HEAD、OPTIONS、TRACE です。

適用対象