8 writes to ContentDisposition
System (8)
net\System\Net\mail\Attachment.cs (7)
299
MimePart.
ContentDisposition
= new ContentDisposition();
307
MimePart.
ContentDisposition
= new ContentDisposition();
316
MimePart.
ContentDisposition
= new ContentDisposition();
330
MimePart.
ContentDisposition
= new ContentDisposition();
337
MimePart.
ContentDisposition
= new ContentDisposition();
344
MimePart.
ContentDisposition
= new ContentDisposition();
351
MimePart.
ContentDisposition
= new ContentDisposition();
net\System\Net\mail\HeaderCollection.cs (1)
36
((MimePart)part).
ContentDisposition
= null;
5 references to ContentDisposition
System (5)
net\System\Net\mail\Attachment.cs (1)
406
return MimePart.
ContentDisposition
;
net\System\Net\mail\HeaderCollection.cs (4)
56
((MimePart)part).
ContentDisposition
.PersistIfNeeded(this, false);
76
((MimePart)part).
ContentDisposition
.PersistIfNeeded(this, false);
129
((MimePart)part).
ContentDisposition
.Set(value.ToLower(CultureInfo.InvariantCulture), this);
162
((MimePart)part).
ContentDisposition
.Set(value.ToLower(CultureInfo.InvariantCulture), this);