Gets or sets the HTTP request type.
[Visual Basic]Private Property HttpRequestType As String
[C#]
private string HttpRequestType {get; set;}
Property Value
A string representing the HTTP request type.
Remarks
Usually, this string is set to one of the three following values:
- GET
- POST
- CONNECT
See Also
HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace