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