Partager via


HttpRequestSequenceMock.Method Propriété

Définition

Obtient ou définit le HttpMethod à correspondre. Si la valeur est null, faites correspondre à n’importe quelle méthode.

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)

Valeur de propriété

Un des éléments GET, POST, PATCH, PUT, DELETE, null.

S’applique à