UrlRequestMethod Property |
Gets the HTTP method used to perform current request.
Namespace:
DotNetBrowser.Net
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public string Method { get; }
Property Value
Type:
Stringthe HTTP method used to perform current request.
See Also