| CredentialsGetHttpHeaders Method |
Get the http headers which are requried for the credential
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public abstract Dictionary<string, string> GetHttpHeaders()
Public MustOverride Function GetHttpHeaders As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ GetHttpHeaders() abstract
abstract GetHttpHeaders : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
String[Missing <returns> documentation for "M:SanteDB.Core.Http.Credentials.GetHttpHeaders"]
See Also