IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

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.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]