Class HttpVerbCodes
HTTP verbs (in the HTTP command line).
Inheritance
System.Object
HttpVerbCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class HttpVerbCodes : object
Fields
| Improve this Doc View SourceDELETE
HTTP DELETE
Declaration
public static readonly Coding DELETE
Field Value
Type | Description |
---|---|
Coding |
GET
HTTP GET
Declaration
public static readonly Coding GET
Field Value
Type | Description |
---|---|
Coding |
LiteralDELETE
Literal for code: DELETE
Declaration
public const string LiteralDELETE = null
Field Value
Type | Description |
---|---|
System. |
LiteralGET
Literal for code: GET
Declaration
public const string LiteralGET = null
Field Value
Type | Description |
---|---|
System. |
LiteralHttpVerbDELETE
Literal for code: HttpVerbDELETE
Declaration
public const string LiteralHttpVerbDELETE = null
Field Value
Type | Description |
---|---|
System. |
LiteralHttpVerbGET
Literal for code: HttpVerbGET
Declaration
public const string LiteralHttpVerbGET = null
Field Value
Type | Description |
---|---|
System. |
LiteralHttpVerbPOST
Literal for code: HttpVerbPOST
Declaration
public const string LiteralHttpVerbPOST = null
Field Value
Type | Description |
---|---|
System. |
LiteralHttpVerbPUT
Literal for code: HttpVerbPUT
Declaration
public const string LiteralHttpVerbPUT = null
Field Value
Type | Description |
---|---|
System. |
LiteralPOST
Literal for code: POST
Declaration
public const string LiteralPOST = null
Field Value
Type | Description |
---|---|
System. |
LiteralPUT
Literal for code: PUT
Declaration
public const string LiteralPUT = null
Field Value
Type | Description |
---|---|
System. |
POST
HTTP POST
Declaration
public static readonly Coding POST
Field Value
Type | Description |
---|---|
Coding |
PUT
HTTP PUT
Declaration
public static readonly Coding PUT
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up HttpVerb Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |