CustomRequestAsync Method
Sends a request to the specified URL using the HTTP Method and Post Data provided.
Syntax
[VB.NET] Public Function CustomRequestAsync(ByVal HTTPMethod As String, ByVal URL As String, ByVal PostData As String) As IAsyncAction
[C#] public IAsyncAction CustomRequestAsync(string HTTPMethod, string URL, string postData);