Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AttachmentBase() [5/8]

System.Net.Mail.AttachmentBase.AttachmentBase ( Stream contentStream)
inlineprotected

Definition at line 120 of file AttachmentBase.cs.

121 {
122 _part.SetContent(contentStream);
123 }
void SetContent(Stream stream)
Definition MimePart.cs:119

References System.Net.Mail.AttachmentBase._part, and System.Net.Mime.MimePart.SetContent().