Head Method
Fetches the document headers using the HTTP HEAD method.
Syntax
[VB.NET] Public Sub Head(ByVal URL As String)
[C#] public void Head(string URL);
Remarks
This method fetches the document headers using the HTTP HEAD method. The headers are received through the Header event.
NOTE: This method has a corresponding asynchronous version (HeadAsync) for use in the Xamarin environment.