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