HttpMethod Constructor
Initializes a new instance of the HttpMethod class with a specific HTTP method.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public HttpMethod(
	string method
)

Parameters

method
Type: SystemString
The method.
See Also