共用方式為


HttpRequestSequenceMock.Method 屬性

定義

取得或設定要比對的 HttpMethod。 如果為 null,則與任何方法相符。

public Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.HttpRequest.HttpMethod? Method { get; set; }
member this.Method : Nullable<Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.HttpRequest.HttpMethod> with get, set
Public Property Method As Nullable(Of HttpRequest.HttpMethod)

屬性值

其中一個 GET、POST、PATCH、PUT、DELETE、null。

適用於