CacheRequest2 Constructor (HttpWebRequest, IList<TrackInfo>)

Initializes a new instance of the CacheRequest2 class based on the specified web request and list of selectable tracks.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Sub New ( _
    request As HttpWebRequest, _
    tracks As IList(Of TrackInfo) _
)
'Usage

Dim request As HttpWebRequest
Dim tracks As IList(Of TrackInfo)

Dim instance As New CacheRequest2(request, _
    tracks)
public CacheRequest2(
    HttpWebRequest request,
    IList<TrackInfo> tracks
)
public:
CacheRequest2(
    HttpWebRequest^ request, 
    IList<TrackInfo^>^ tracks
)
new : 
        request:HttpWebRequest * 
        tracks:IList<TrackInfo> -> CacheRequest2
public function CacheRequest2(
    request : HttpWebRequest, 
    tracks : IList<TrackInfo>
)

Parameters

Version Information

Silverlight

Supported in: 5

See Also

Reference

CacheRequest2 Class

CacheRequest2 Overload

Microsoft.Web.Media.SmoothStreaming Namespace