Method GetStream
GetStream(string, out int)
Perform a HTTP GET request to the given URL, returning the HTTP status code and the response body as a stream.
Declaration
public Stream GetStream(string url, out int status)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url | |
| int | status |
Returns
| Type | Description |
|---|---|
| Stream |