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

◆ AttachmentBase() [7/8]

System.Net.Mail.AttachmentBase.AttachmentBase ( Stream contentStream,
string name,
string mediaType )
inlinepackage

Definition at line 130 of file AttachmentBase.cs.

131 {
132 _part.SetContent(contentStream, name, mediaType);
133 }
void SetContent(Stream stream)
Definition MimePart.cs:119

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