ObjectContent.CreateContentReadStreamAsync Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Asynchronously creates the content read stream.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Protected Overrides Function CreateContentReadStreamAsync As Task
protected override Task CreateContentReadStreamAsync()
protected:
virtual Task^ CreateContentReadStreamAsync() override
abstract CreateContentReadStreamAsync : unit -> Task
override CreateContentReadStreamAsync : unit -> Task
protected override function CreateContentReadStreamAsync() : Task
Return Value
Type: System.Threading.Tasks.Task<TResult>
A Task instance that will yield a stream intended for reading.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.