Posts data to the HTTP server using the HTTP POST method.
[VB.NET] Public Function PostAsync(ByVal URL As String) As Task
[C#] public Task PostAsync(string URL);