Click or drag to resize

IRestClient.Head 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: System.String
The name of the resource to perform a HEAD operation on
query
Type: System.Collections.Specialized.NameValueCollection
The queyr parameters to use onte HEAD

Return Value

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