Table of Contents

Delegate NetCustomSchemeDelegate

Namespace
InfiniFrame
Assembly
InfiniFrame.Shared.dll
public delegate Stream? NetCustomSchemeDelegate(object sender, string scheme, string url, out string? contentType)

Parameters

sender object
scheme string
url string
contentType string

Returns

Stream