Click or drag to resize

RestHttpMethod Enumeration

Identifies the http method of a request.

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public enum RestHttpMethod
Members
  Member nameValueDescription
PUT0 Http method: PUT
GET1 Http method: GET
POST2 Http method: POST
DELETE3 Http method: DELETE
SEARCH4 Http method: SEARCH
OPTIONS5 Http method: OPTIONS
MKCOL6 Http method: MKCOL
PROPFIND7 Http method: PROPFIND
HEAD8 Http method: HEAD
MOVE9 Http method: MOVE
COPY10 Http method: COPY
LOCK11 Http method: LOCK
UNLOCK12 Http method: UNLOCK
PROPPATCH13 Http method: PROPPATCH
Custom14 Http method not listed in this enum.
See Also