| RestResponseEventArgsHeaders Property |
Get the headers from the service
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public IDictionary<string, string> Headers { get; }
Public ReadOnly Property Headers As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ Headers {
IDictionary<String^, String^>^ get ();
}
member Headers : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
StringSee Also