Show / Hide Table of Contents

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 Source

DELETE

HTTP DELETE

Declaration
public static readonly Coding DELETE
Field Value
Type Description
Coding
| Improve this Doc View Source

GET

HTTP GET

Declaration
public static readonly Coding GET
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralDELETE

Literal for code: DELETE

Declaration
public const string LiteralDELETE = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralGET

Literal for code: GET

Declaration
public const string LiteralGET = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralHttpVerbDELETE

Literal for code: HttpVerbDELETE

Declaration
public const string LiteralHttpVerbDELETE = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralHttpVerbGET

Literal for code: HttpVerbGET

Declaration
public const string LiteralHttpVerbGET = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralHttpVerbPOST

Literal for code: HttpVerbPOST

Declaration
public const string LiteralHttpVerbPOST = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralHttpVerbPUT

Literal for code: HttpVerbPUT

Declaration
public const string LiteralHttpVerbPUT = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPOST

Literal for code: POST

Declaration
public const string LiteralPOST = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPUT

Literal for code: PUT

Declaration
public const string LiteralPUT = null
Field Value
Type Description
System.String
| Improve this Doc View Source

POST

HTTP POST

Declaration
public static readonly Coding POST
Field Value
Type Description
Coding
| Improve this Doc View Source

PUT

HTTP PUT

Declaration
public static readonly Coding PUT
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up HttpVerb Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX