次の方法で共有


OutgoingWebRequestContext.Method プロパティ

定義

送信 Web 要求の HTTP メソッドを取得します。

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

プロパティ値

送信 Web 要求の HTTP メソッド。

適用対象