Click or drag to resize

UrlRequestMethod Property

Gets the HTTP method used to perform current request.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public string Method { get; }

Property Value

Type: String
the HTTP method used to perform current request.
See Also