CacheResponse.Headers Property

Gets a metadata collection of responses.

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

Syntax

'Declaration

Public Property Headers As WebHeaderCollection
    Get
    Set
'Usage

Dim instance As CacheResponse
Dim value As WebHeaderCollection

value = instance.Headers

instance.Headers = value
public WebHeaderCollection Headers { get; set; }
public:
property WebHeaderCollection^ Headers {
    WebHeaderCollection^ get ();
    void set (WebHeaderCollection^ value);
}
member Headers : WebHeaderCollection with get, set
function get Headers () : WebHeaderCollection
function set Headers (value : WebHeaderCollection)

Property Value

Type: System.Net.WebHeaderCollection
A System.NetWebHeaderCollection object that contains the responses.

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