Web API Edition | ComponentOne
C1.Web.Api Namespace / AttachmentContent Class
Members

In This Topic
    AttachmentContent Class
    In This Topic
    Provides HTTP content to be downloaded as attachments.
    Syntax
    'Declaration
     
    
    Public Class AttachmentContent 
       Inherits System.Net.Http.StreamContent
    public class AttachmentContent : System.Net.Http.StreamContent 
    Inheritance Hierarchy

    System.Object
       System.Net.Http.HttpContent
          System.Net.Http.StreamContent
             C1.Web.Api.AttachmentContent

    See Also