System.Net.Http.NoWriteNoSeekStreamContent.CreateContentReadStreamAsync C# (CSharp) Méthode

CreateContentReadStreamAsync() protected méthode

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