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

◆ AttachmentBase() [8/8]

System.Net.Mail.AttachmentBase.AttachmentBase ( Stream contentStream,
ContentType? contentType )
inlineprotected

Definition at line 135 of file AttachmentBase.cs.

136 {
137 _part.SetContent(contentStream, contentType);
138 }
void SetContent(Stream stream)
Definition MimePart.cs:119

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