Table of Contents

Method CopyStream

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CopyStream(Stream, string)

Copies stream to the file with the specified path.

public static void CopyStream(Stream stream, string destPath)

Parameters

stream Stream

Input stream to copy.

destPath string

Destination file path.