| 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
)
Function Head (
resourceName As String,
query As NameValueCollection
) As IDictionary(Of String, String)
IDictionary<String^, String^>^ Head(
String^ resourceName,
NameValueCollection^ query
)
abstract Head :
resourceName : string *
query : NameValueCollection -> IDictionary<string, string>
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,
StringA key/value pair of the HTTP headers sent in response to the HEAD
See Also