Share via


WebApiSkill.HttpMethod Property

Definition

Gets or sets the method for the http request.

[Newtonsoft.Json.JsonProperty(PropertyName="httpMethod")]
public string HttpMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="httpMethod")>]
member this.HttpMethod : string with get, set
Public Property HttpMethod As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to