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