Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides HttpContent.CreateContentReadStreamAsync().
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Protected Overrides Function CreateContentReadStreamAsync As Task(Of Stream)
'Usage
Dim returnValue As Task(Of Stream)
returnValue = Me.CreateContentReadStreamAsync()
protected override Task<Stream> CreateContentReadStreamAsync()
protected:
virtual Task<Stream^>^ CreateContentReadStreamAsync() override
abstract CreateContentReadStreamAsync : unit -> Task<Stream>
override CreateContentReadStreamAsync : unit -> Task<Stream>
protected override function CreateContentReadStreamAsync() : Task<Stream>
Return Value
Type: System.Threading.Tasks.Task<Stream>