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