System.Net.Mime.ContentDisposition public class ContentDisposition Documentation public DateTime CreationDate { get; set; } public string DispositionType { get; set; } public string FileName { get; set; } public bool Inline { get; set; } public DateTime ModificationDate { get; set; } public StringDictionary Parameters { get; } public DateTime ReadDate { get; set; } public long Size { get; set; } public ContentDisposition() public ContentDisposition(string disposition)