WebRequestMethods.Http.Head Field

Definition

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.

public: System::String ^ Head;
public const string Head;
val mutable Head : string
Public Const Head As String 

Field Value

Applies to