Share via


RequestBuilder.GetAsync Method ()

 

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

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

Syntax

public Task<HttpResponseMessage> GetAsync()
public:
Task<HttpResponseMessage^>^ GetAsync()
member GetAsync : unit -> Task<HttpResponseMessage>
Public Function GetAsync 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