Click or drag to resize

IRestClientHead Method (String, NameValueCollection)

Executes a HEAD operation against the URL

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IDictionary<string, string> Head(
	string resourceName,
	NameValueCollection query
)

Parameters

resourceName
Type: SystemString
The name of the resource to perform a HEAD operation on
query
Type: System.Collections.SpecializedNameValueCollection
The queyr parameters to use onte HEAD

Return Value

Type: IDictionaryString, String
A key/value pair of the HTTP headers sent in response to the HEAD
See Also