Esempio n. 1
0
 public HtmlResource(string contentId, Stream fileStream, string mediaType) : this(contentId, ExtensionsLocal.ReadFully(fileStream), mediaType)
 {
 }
Esempio n. 2
0
 public MailAttachment(string name, Stream fileStream, string mediaType) : this(name, ExtensionsLocal.ReadFully(fileStream), mediaType)
 {
 }