Click or drag to resize

ExtendedHttpHeaderNames Class

Headers which are used by SanteDB services for special control over its own APIs
Inheritance Hierarchy
SystemObject
  SanteDB.Rest.CommonExtendedHttpHeaderNames

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public static class ExtendedHttpHeaderNames

The ExtendedHttpHeaderNames type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberBasicHttpClientClaimHeaderName Extended claims made by the client when authenticating against the services
Public fieldStatic memberBasicHttpClientIdHeaderName Allows to convey client id on HTTP basic
Public fieldStatic memberCheckoutStatusHeader The checkout status header
Public fieldStatic memberClientMagicNumberHeaderName Magic number expected to be sent to APIs whenever the CDR is running in a restricted client environment
Public fieldStatic memberDeleteModeHeaderName When deleting, the mode in which data should be removed (LogicalData, PermanentDelete)
Public fieldStatic memberForceApplyPatchHeaderName Force the application of patches - ignoring conflicts
Public fieldStatic memberHttpDeviceCredentialHeaderName 
Public fieldStatic memberIncludeRelatedObjectsHeader Include all related objects in the resulting bundle
Public fieldStatic memberNoResponse Does not echo back the updated, inserted or deleted object
Public fieldStatic memberPackageHashHeaderName Package hash information for clients to verify the applet content
Public fieldStatic memberPackageIdentifierHeaderName Applet package identifier for HEAD operations
Public fieldStatic memberTfaSecret Two-factor authentication secret value in HTTP header.
Public fieldStatic memberThrowOnPrivacyViolation Emit a privacy error whenever the data is masked or otherwise restricted
Public fieldStatic memberUpstreamHeaderName When making a request to the configured upstream server
Public fieldStatic memberViewModelHeaderName When serializing in view model JSON the name of the view model definition to use
Top
See Also