Allows specifying of the HTTP Verb that is accepted for the called method.

The default is HttpVerbs.All.

<remarks> Requests that fail to access the endpoint with the right HTTP Verb will not get called and return a 405 error along with an error object (JSON/XML) that details the error in the body. </remarks>