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; }
Public Property ExtendedHttpMethod As String
Get
Set
public:
property String^ ExtendedHttpMethod {
String^ get ();
void set (String^ value);
}
member ExtendedHttpMethod : string with get, set
Property Value
Type:
String
The extended HTTP method.
See Also