Back to product page

Method property


Holds method that was used.

Type

A HttpMethods enumeration

Syntax

  • Basic
object.Method
The Method(object) syntax has these parts:
objectAn expression evaluating to an object of type HttpRequest.

Remarks

Method property holds method used with the request - i.e. GET, POST, PUT etc..

Platforms

Windows