Share via


ChunkDownloadedEventArgs.RequestType Property

Gets the request type being downloaded.

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

Syntax

'Declaration

Public Property RequestType As ChunkRequestType
    Get
    Private Set
'Usage

Dim instance As ChunkDownloadedEventArgs
Dim value As ChunkRequestType

value = instance.RequestType
public ChunkRequestType RequestType { get; private set; }
public:
property ChunkRequestType RequestType {
    ChunkRequestType get ();
    private: void set (ChunkRequestType value);
}
member RequestType : ChunkRequestType with get, private set
function get RequestType () : ChunkRequestType
private function set RequestType (value : ChunkRequestType)

Property Value

Type: Microsoft.Web.Media.SmoothStreaming.ChunkRequestType
A ChunkRequestType object that represents the request type.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ChunkDownloadedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace