HttpClient.GetAsync Method
Send a GET request to the specified Uri as an asynchronous operation.
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | GetAsync(String) | Send a GET request to the specified Uri as an asynchronous operation. |
![]() | GetAsync(String, CancellationToken) | Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. |
![]() | GetAsync(String, HttpCompletionOption) | Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. |
![]() | GetAsync(String, HttpCompletionOption, CancellationToken) | Send a GET request to the specified Uri with an HTTP completion option and a cancellation token as an asynchronous operation. |
![]() | GetAsync(Uri) | Send a GET request to the specified Uri as an asynchronous operation. |
![]() | GetAsync(Uri, CancellationToken) | Send a GET request to the specified Uri with a cancellation token as an asynchronous operation. |
![]() | GetAsync(Uri, HttpCompletionOption) | Send a GET request to the specified Uri with an HTTP completion option as an asynchronous operation. |
![]() | GetAsync(Uri, HttpCompletionOption, CancellationToken) | Send a GET request to the specified Uri with an HTTP completion option and a cancellation token as an asynchronous operation. |
The operation will not block.
