static Task<System.IO.Stream> RequestStreamAsync (string requestUri, string method, System.Net.Http.HttpContent content, Dictionary<string, string> headers, CancellationToken cancellationToken)

Parameters

NameTypeDescription
requestUri string
method = GET string
content = null System.Net.Http.HttpContent
headers = null Dictionary<string, string>
cancellationToken = null CancellationToken

Returns

TypeDescription
Task<System.IO.Stream>
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.