Web API Edition | ComponentOne
C1.Web.Api Namespace / FormFile Class / GetStream Method

In This Topic
    GetStream Method
    In This Topic
    Gets the file stream.
    Syntax
    'Declaration
     
    
    Public Function GetStream() As Stream
    public Stream GetStream()

    Return Value

    The file stream
    See Also