CacheResponse.ContentLength Property

The length in bytes.

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

Syntax

'Declaration

Public Property ContentLength As Long
    Get
    Set
'Usage

Dim instance As CacheResponse
Dim value As Long

value = instance.ContentLength

instance.ContentLength = value
public long ContentLength { get; set; }
public:
property long long ContentLength {
    long long get ();
    void set (long long value);
}
member ContentLength : int64 with get, set
function get ContentLength () : long
function set ContentLength (value : long)

Property Value

Type: System.Int64
A long integer that contains the length in bytes.

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

CacheResponse Class

Microsoft.Web.Media.SmoothStreaming Namespace