RequestBuilder.SendAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the request method and start processing the request.
public:
System::Threading::Tasks::Task<System::Net::Http::HttpResponseMessage ^> ^ SendAsync(System::String ^ method);
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync (string method);
member this.SendAsync : string -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Function SendAsync (method As String) As Task(Of HttpResponseMessage)
Parameters
- method
- String
Returns
The resulting HttpResponseMessage.