Click or drag to resize

RestClientBaseHead Method (String, NameValueCollection)

Perform a head operation against the specified 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,
	NameValueCollection query
)

Parameters

resourceName
Type: SystemString
The name of the resource (url)
query
Type: System.Collections.SpecializedNameValueCollection
The query to execute

Return Value

Type: IDictionaryString, String
The HTTP headers (result of the HEAD operation)

Implements

IRestClientHead(String, NameValueCollection)
See Also