Description
-
Holds method used to access resource.
Property type
-
A String value.
Syntax
-
object.Method [= value]
The Method Property syntax has these parts:
| object |
An expression evaluating to an object
of type WebRequest. |
| value |
A 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.
|