Click or drag to resize

TokenCredentialsGetHttpHeaders Method

Get HTTP header

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public override Dictionary<string, string> GetHttpHeaders()

Return Value

Type: DictionaryString, String
The http headers.
See Also