RequestBuilder.PostAsync 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 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.