HttpSend.Method プロパティ

 

この HTTP 要求の HTTP 動詞を取得または設定します。

名前空間:   Microsoft.Activities.Messaging
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[DefaultValueAttribute(null)]
public InArgument<string> Method {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<String^>^ Method {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<DefaultValueAttribute(null)>]
member Method : InArgument<string> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Method As InArgument(Of String)

プロパティ値

Type: System.Activities.InArgument<String>

この HTTP 要求の HTTP 動詞。

参照

HttpSend クラス
Microsoft.Activities.Messaging 名前空間

トップに戻る