IStreamProvider Interface

Microsoft Silverlight will reach end of support after October 2021. Learn more.

An interface that can be implemented by classes providing streams.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

Syntax

'Declaration
Public Interface IStreamProvider
public interface IStreamProvider

The IStreamProvider type exposes the following members.

Methods

  Name Description
Public method GetStream Gets a stream.
Public method ReleaseStream Releases a stream to output.

Top

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference