The Method property specifies the activity that application is performing. The default value of the Method property should be "GET," which instructs the server to return the resource specified by the URI property.
If the protocol changes the actual method that is used by the protocol to perform the action, the value of the Method property should be changed to reflect the actual method used.