次の方法で共有


IAsyncHttpWebRequest.Method プロパティ

定義

使用されるメソッド (GET、HEAD、POST、PUT、DELETE、TRACE、または OPTIONS) を取得または設定します。

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

プロパティ値

適用対象