1 write to _contentDisposition
System.Net.Mail (1)
System\Net\Mime\MimePart.cs (1)
40
_contentDisposition
= value;
6 references to _contentDisposition
System.Net.Mail (6)
System\Net\Mime\MimeBasePart.cs (4)
159
_contentDisposition
?.PersistIfNeeded(_headers, false);
182
if (
_contentDisposition
!= null)
184
_contentDisposition
.PersistIfNeeded((HeaderCollection)Headers, false);
185
_headers.InternalSet(MailHeaderInfo.GetString(MailHeaderID.ContentDisposition)!,
_contentDisposition
.Encode(allowUnicode));
System\Net\Mime\MimePart.cs (2)
37
get { return
_contentDisposition
; }
47
_contentDisposition
!.PersistIfNeeded((HeaderCollection)Headers, true);