SendCustomRequestAsync Method
Sends a custom request to the server.
Syntax
[VB.NET] Public Function SendCustomRequestAsync(ByVal URL As String, ByVal RequestData As String, ByVal OtherHeaders As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> SendCustomRequestAsync(string URL, string requestData, string otherHeaders);