Share via


RequestBuilder.PostAsync Method ()

 

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

Namespace:   Microsoft.Owin.Testing
Assembly:  Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)

Syntax

public Task<HttpResponseMessage> PostAsync()
public:
Task<HttpResponseMessage^>^ PostAsync()
member PostAsync : unit -> Task<HttpResponseMessage>
Public Function PostAsync As Task(Of HttpResponseMessage)

Return Value

Type: System.Threading.Tasks.Task<HttpResponseMessage>

Returns Task<TResult>.

See Also

RequestBuilder Class
Microsoft.Owin.Testing Namespace

Return to top