using System; using System.Collections.Generic; using System.IO; using System.Text; namespace Apewer.AspNetBridge { /// public class StreamContent : HttpContent { /// public StreamContent(Stream stream) => Stream = stream; } }