using System; using System.Collections.Generic; using System.Text; namespace Apewer.AspNetBridge { /// <summary></summary> public class HttpContentHeaders { /// <summary></summary> public ContentDispositionHeaderValue ContentDisposition { get; set; } /// <summary></summary> public MediaTypeHeaderValue ContentType { get; set; } // /// <summary></summary> // public long ContentLength { get; set; } } }