System.Net.Http.NoWriteNoSeekStreamContent.CreateContentReadStreamAsync C# (CSharp) 메소드

CreateContentReadStreamAsync() 보호된 메소드

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