CacheResponse.ReadFrom Method

Reads the response from a Stream object. There is no default implementation for this method. Calling the method without implementing an override will result in a NotSupportedException.

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

Syntax

'Declaration

Public Overridable Sub ReadFrom ( _
    stream As Stream _
)
'Usage

Dim instance As CacheResponse
Dim stream As Stream

instance.ReadFrom(stream)
public virtual void ReadFrom(
    Stream stream
)
public:
virtual void ReadFrom(
    Stream^ stream
)
abstract ReadFrom : 
        stream:Stream -> unit 
override ReadFrom : 
        stream:Stream -> unit 
public function ReadFrom(
    stream : Stream
)

Parameters

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