HttpMethod::Head Property
Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Show: