[]
Represents a stream provider that draws the output of an extension to a memory stream.
public class MemoryStreamProvider : StreamProvider
Name | Description |
---|---|
MemoryStreamProvider() | Initializes a new instance of the MemoryStreamProvider class. |
Name | Description |
---|---|
StreamBaseName | Defines stream uri prefix. |
Name | Description |
---|---|
CreatePrimaryStream(string, string) | Creates the primary stream. |
CreateSecondaryStream(string, string, string) | Creates the secondary stream. |
GetPrimaryStream() | Gets the primary stream. |
GetSecondaryStreams() | Gets the secondary streams. |
GetStreamUri(string) | Generates unique stream URI which is used to address linked resource |