Request Method Property C# API
Gets the HTTP method that this Request uses (e.g. GET or POST)

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public HttpMethod Method { get; }

Field Value

The HTTP method that this Request uses.
See Also