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

◆ AttachmentBase() [3/8]

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

Definition at line 110 of file AttachmentBase.cs.

111 {
112 SetContentFromFile(fileName, mediaType);
113 }
void SetContentFromFile(string fileName, ContentType contentType)

References System.Net.Mail.AttachmentBase.SetContentFromFile().