Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NFileWebResponse Class / NFileWebResponse Constructor / NFileWebResponse Constructor(Stream)


In This Topic
    NFileWebResponse Constructor(Stream)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal KQOb As System.IO.Stream _
    )
    'Usage
     
    
    Dim KQOb As System.IO.Stream
     
    Dim instance As New NFileWebResponse(KQOb)
    internal NFileWebResponse( 
       System.IO.Stream KQOb
    )

    Parameters

    KQOb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also