HttpMethod Properties

The HttpMethod type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDelete
Represents an HTTP DELETE protocol method.
Public propertyStatic memberGet
Represents an HTTP GET protocol method.
Public propertyStatic memberPost
Represents an HTTP POST protocol method.
Public propertyStatic memberPut
Represents an HTTP PUT protocol method.
See Also