HeadAsync Method
Fetches the document headers using the HTTP HEAD method.
Syntax
[VB.NET] Public Function HeadAsync(ByVal URL As String) As Task
[C#] public Task HeadAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
HeadAsync MethodFetches the document headers using the HTTP HEAD method. Syntax[VB.NET] Public Function HeadAsync(ByVal URL As String) As Task [C#] public Task HeadAsync(string URL); RemarksThis method is the asynchronous version of the Head method and is used to support asynchronous operations in WinRT. Please refer to Head for more information. |
||