Interface IContentProvider
A content provider used for loading of remote content by TitleContainer.
public interface IContentProvider
Methods
FetchContent(string)
Sends a request for the content to be acquired from the remote content server.
Task<bool> FetchContent(string relativePath)
Parameters
relativePath
stringRelative path to the content.
Returns
OpenReadStream(string)
Opens the file stream that was acquired by FetchContent(string) if its available.
Stream OpenReadStream(string relativePath)
Parameters
relativePath
stringRelative path to the content.