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

◆ AttachmentBase() [6/8]

System.Net.Mail.AttachmentBase.AttachmentBase ( Stream contentStream,
string? mediaType )
inlineprotected

Definition at line 125 of file AttachmentBase.cs.

126 {
127 _part.SetContent(contentStream, null, mediaType);
128 }
void SetContent(Stream stream)
Definition MimePart.cs:119

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