IResourceStreamFactory class

IResourceStreamFactory class

Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream.

The IResourceStreamFactory type exposes the following members:

Methods

Method Description
create_resource_stream Creates the stream used to write output HTML resource data.
create_resource_url Creates the URL for HTML resource.
release_resource_stream Releases the stream created by IResourceStreamFactory.create_resource_stream method.

See Also