New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.AsyncUpload.StreamExtensions

This class reads the source information and copies it to the destination stream.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.AsyncUpload.StreamExtensions

Methods

CopyTo

Reads the source information and copies it to the destination stream.

Parameters

source System.IO.Stream

The source.

dest System.IO.Stream

The destination.

Returns

System.Void

In this article