Share via


ChunkDownloadedEventArgs.StatusCode Property

Gets the HTTP status code.

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

Syntax

'Declaration

Public Property StatusCode As HttpStatusCode
    Get
    Private Set
'Usage

Dim instance As ChunkDownloadedEventArgs
Dim value As HttpStatusCode

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

Property Value

Type: System.Net.HttpStatusCode
An HttpStatusCode object that represents the status code.

Remarks

Status 404 can be overridden as status 412 for a browser.

Version Information

Silverlight

Supported in: 5

See Also

Reference

ChunkDownloadedEventArgs Class

Microsoft.Web.Media.SmoothStreaming Namespace