|  | 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
Syntaxpublic IDictionary<string, string> Head(
	string resourceName
)
Public Function Head ( 
	resourceName As String
) As IDictionary(Of String, String)
public:
virtual IDictionary<String^, String^>^ Head(
	String^ resourceName
) sealed
abstract Head : 
        resourceName : string -> IDictionary<string, string> 
override Head : 
        resourceName : string -> IDictionary<string, string> Parameters
- resourceName
- Type: SystemString
 The name of the resource to perform a HEAD operation on
Return Value
Type: 
IDictionaryString, 
StringA key/value pair of the HTTP headers sent in response to the HEAD
Implements
IRestClientHead(String) See Also
See Also