Click or drag to resize

RestClientBaseHead Method (String)

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
public IDictionary<string, string> Head(
	string resourceName
)

Parameters

resourceName
Type: SystemString
The name of the resource to perform a HEAD operation on

Return Value

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

Implements

IRestClientHead(String)
See Also