Windows apps
Collapse the table of content
Expand the table of content

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)

public:
static property HttpMethod^ Head {
	HttpMethod^ get ();
}

Property Value

Type: System.Net.Http::HttpMethod
Show:
© 2017 Microsoft