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