NevronOpenVision
Nevron.Nov.IO Namespace / NStreamHelpers Class / CopyStream Method
In This Topic
    CopyStream Method
    In This Topic
    Copies the given source stream to the specified destination stream and advances the Position in the destination stream to its end. If you want to read from the destination stream do not forget to set its Position property to the proper value.
    Syntax
    public static void CopyStream( 
       System.IO.Stream src,
       System.IO.Stream dest
    )

    Parameters

    src
    dest
    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