Table of Contents

Delegate LinkedResourceFetcher

Namespace
ReFuel.IO.Model
Assembly
ReFuel.dll

A callback function to resolve a linked resource request.

public delegate Stream? LinkedResourceFetcher(string importer, string request, string client)

Parameters

importer string

The file that imports the resource.

request string

The file that is requested

client string

The requesting importer class.

Returns

Stream

A reaadable stream that is the resource, if found.