Click or drag to resize

OwinResourceHandler Constructor

Version 94.4.20
OwinResourceHandler

Namespace:  CefSharp.SchemeHandler
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public OwinResourceHandler(
	Func<IDictionary<string, Object>, Task> appFunc
)

Parameters

appFunc
Type: System.Func<IDictionary<String, Object>, Task>
Owin pipeline func
See Also