Condividi tramite


RestRequestMethod Enum

Definition

Defines values for RestRequestMethod.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RestRequestMethod
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RestRequestMethod = 
Public Enum RestRequestMethod
Inheritance
RestRequestMethod
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

GET 0
POST 1

Applies to