Table of Contents

Enum EndpointRequestType

Namespace
Dynamicweb.DataIntegration.EndpointManagement
Assembly
Dynamicweb.DataIntegration.dll

Endpoint Request Type

public enum EndpointRequestType

Fields

DELETE = 4

DELETE

GET = 0

GET

HEAD = 5

HEAD

OPTIONS = 6

OPTIONS

PATCH = 2

PATCH

POST = 1

POST

PUT = 3

PUT

To top