Click or drag to resize

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; }

Property Value

Type: HttpMethod
The http method.
See Also