RequestBuilder.GetAsync Method

Definition

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

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

Returns

The resulting HttpResponseMessage.

Applies to