[]
Wraps info about streams. Used with StreamProvider to access streams.
public abstract class StreamInfo
Name | Description |
---|---|
StreamInfo(Uri, string) | Initializes new instance of the StreamInfo |
Name | Description |
---|---|
MimeType | Returns MimeType of the underlying stream |
Uri | Returns System.Uri of the underlying stream |
Name | Description |
---|---|
OpenStream() | Returns instance to the underlying Stream |