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