RequestBuilder.PostAsync Method

Definition

Set the request method to POST and start processing the request.

public:
 System::Threading::Tasks::Task<System::Net::Http::HttpResponseMessage ^> ^ PostAsync();
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync ();
member this.PostAsync : unit -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Function PostAsync () As Task(Of HttpResponseMessage)

Returns

The resulting HttpResponseMessage.

Applies to