Share via


HttpRequest.Method Property

Definition

Gets or sets the HttpMethod to use.

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

Property Value

HttpMethod.

Applies to