HttpClient.GetStringAsync Method
.NET Framework (current version)
Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation.
Assembly: System.Net.Http (in System.Net.Http.dll)
| Name | Description | |
|---|---|---|
![]() | GetStringAsync(String) | Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. |
![]() | GetStringAsync(Uri) | Send a GET request to the specified Uri and return the response body as a string in an asynchronous operation. |
This operation will not block.
Show:
