Request.Method Property

IronWebScraper

RequestMethod Property

Http Request method.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public string Method { get; }
Public ReadOnly Property Method As String
	Get

Property Value

Type: String
"GET" or "POST"
See Also