Click or drag to resize

GenericHttpRequestHttpMethod Property

Gets or sets the HTTP method.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public HttpMethod HttpMethod { get; set; }

Property Value

Type: HttpMethod
The HTTP method.
See Also