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