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

◆ AttachmentBase() [4/8]

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

Definition at line 115 of file AttachmentBase.cs.

116 {
117 SetContentFromFile(fileName, contentType);
118 }
void SetContentFromFile(string fileName, ContentType contentType)

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