Click or drag to resize

GenericHttpRequestExtendedHttpMethod Property

Gets or sets the extended HTTP method when no standard method is used.

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

Property Value

Type: String
The extended HTTP method.
See Also