ApiDescription.HttpMethod Property

 

Gets or sets the HTTP method.

Namespace:   System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public HttpMethod HttpMethod {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property HttpMethod^ HttpMethod {
    [CompilerGeneratedAttribute]
    HttpMethod^ get();
    [CompilerGeneratedAttribute]
    void set(HttpMethod^ value);
}
member HttpMethod : HttpMethod with get, set
Public Property HttpMethod As HttpMethod

Property Value

Type: System.Net.Http.HttpMethod

The HTTP method.

See Also

ApiDescription Class
System.Web.Http.Description Namespace

Return to top