Share via


OperationType Enum

Definition

Operation type.

public enum OperationType
type OperationType = 
Public Enum OperationType
Inheritance
OperationType

Fields

Delete 3

A definition of a DELETE operation on this path.

Get 0

A definition of a GET operation on this path.

Head 5

A definition of a HEAD operation on this path.

Options 4

A definition of a OPTIONS operation on this path.

Patch 6

A definition of a PATCH operation on this path.

Post 2

A definition of a POST operation on this path.

Put 1

A definition of a PUT operation on this path.

Trace 7

A definition of a TRACE operation on this path.

Applies to