SDownload.Framework.Streams.BaseStream.BaseStream C# (CSharp) Method

BaseStream() protected method

Creates a base stream that downloads from a remote url
protected BaseStream ( String url, InfoReportProxy view ) : System
url String The url to process
view InfoReportProxy The view to report information back to
return System
        protected BaseStream(String url, InfoReportProxy view)
        {
            View = view;

            View.Report("Processing");
        }