ChunkDownloadedEventArgs Class

Provides arguments for the ChunkDownloadFailed event for non-text chunks in main content.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Web.Media.SmoothStreaming.ChunkDownloadedEventArgs

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

Syntax

'Declaration

Public Class ChunkDownloadedEventArgs _
    Inherits EventArgs
'Usage

Dim instance As ChunkDownloadedEventArgs
public class ChunkDownloadedEventArgs : EventArgs
public ref class ChunkDownloadedEventArgs : public EventArgs
type ChunkDownloadedEventArgs =  
    class
        inherit EventArgs
    end
public class ChunkDownloadedEventArgs extends EventArgs

The ChunkDownloadedEventArgs type exposes the following members.

Properties

  Name Description
Public property CanonicalUri Gets the canonical URI for downloading the current chunk.
Public property Chunk Gets the chunk being downloaded.
Public property DownloadResult Gets the download result.
Public property RequestType Gets the request type being downloaded.
Public property StatusCode Gets the HTTP status code.
Public property Track Gets the selected track for downloading the current chunk.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

The ChunkDownloadedEventArgs class does not apply to ads, either linear or non-linear.

Version Information

Silverlight

Supported in: 5

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.SmoothStreaming Namespace