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

SCTrackStream() public method

Gather and prepare all the necessary information for downloading the actual remote resource
public SCTrackStream ( String url, InfoReportProxy view ) : System
url String The URL to the individual song
view InfoReportProxy The proxy to report information back to
return System
        public SCTrackStream(String url, InfoReportProxy view) : this(url, view, SCTrackData.LoadData(url))
        {
        }

Same methods

SCTrackStream::SCTrackStream ( String url, InfoReportProxy view, SCTrackData trackData ) : System