GetURLAsync Method
Fetches an RSS feed.
Syntax
[VB.NET]
Public Function GetURLAsync(ByVal URL As String) As Task
[C#]
public Task GetURLAsync(string URL);
Remarks
This method is the asynchronous version of the
GetURL method and is used to support asynchronous operations in WinRT. Please refer to
GetURL for more information.