HttpMetadataHttpMethod Property  | 
 
            Gets or set the HTTP Method: GET, POST, PUT, ... The default value is POST
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic HttpMethod HttpMethod { get; set; }Public Property HttpMethod As HttpMethod
	Get
	Set
public:
property HttpMethod HttpMethod {
	HttpMethod get ();
	void set (HttpMethod value);
}member HttpMethod : HttpMethod with get, set
Property Value
Type: 
HttpMethod
See Also