共用方式為


HttpRequest.Method 屬性

定義

取得或設定要使用的 HttpMethod。

public Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.HttpRequest.HttpMethod Method { get; set; }
member this.Method : Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.HttpRequest.HttpMethod with get, set
Public Property Method As HttpRequest.HttpMethod

屬性值

HttpMethod。

適用於