WebRequestMethods::Http::Head Field

 

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
Assembly:  System (in System.dll)

public:
literal String^ Head

Field Value

Type: System::String^

.NET Framework
Available since 2.0
Return to top
Show: