System.Net.Http.NoWriteNoSeekStreamContent.CreateContentReadStreamAsync C# (CSharp) Method

CreateContentReadStreamAsync() protected method

protected CreateContentReadStreamAsync ( ) : Task
return Task
        protected override Task<Stream> CreateContentReadStreamAsync() => Task.FromResult<Stream>(_content);
    }