Share via


CacheResponse.Response Property

A Stream object that contains the response.

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

Syntax

'Declaration

Public Property Response As Stream
    Get
    Set
'Usage

Dim instance As CacheResponse
Dim value As Stream

value = instance.Response

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

Property Value

Type: System.IO.Stream
A Stream object that contains the response.

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