SendCustomRequestAsync Method
Allows the sending of a custom request to an Amazon web service.
Syntax
[VB.NET] Public Function SendCustomRequestAsync(ByVal Url As String, ByVal RequestData As String, ByVal OtherHeaders As String) As Task<string>
[C#] public Task<string> SendCustomRequestAsync(string url, string requestData, string otherHeaders);