OperationCodeMethod Property |
Gets or sets the Http method used for the current operation
Namespace:
Hummingbird.TestFramework.CodeGenerator
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public HttpMethod Method { get; set; }
<DataMemberAttribute>
Public Property Method As HttpMethod
Get
Set
public:
[DataMemberAttribute]
property HttpMethod Method {
HttpMethod get ();
void set (HttpMethod value);
}
[<DataMemberAttribute>]
member Method : HttpMethod with get, set
Property Value
Type:
HttpMethod
The http method.
See Also