Back to product page

Method property


Holds method used to access resource.

Type

String

Syntax

  • Basic
object.Method [= value]
The Method(object,value) syntax has these parts:
objectAn expression evaluating to an object of type WebRequest
valueA String value.

Remarks

Method property holds HTTP method used by the client - i.e. GET, POST, PUT.... It is always presented to you in uppercase.

Platforms

Windows