Initializes a new instance of the
HttpMethod class with a specific HTTP method.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic HttpMethod(
string method
)
Public Sub New (
method As String
)
public:
HttpMethod(
String^ method
)
new :
method : string -> HttpMethod
Parameters
- method
- Type: SystemString
The method.
See Also