New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
source
dest
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