Gets or sets the HTTP request method ("Get" or "Post").
public string HttpMethod { get; set; }
The default value of this property is "Post".