Click or drag to resize

OwinResourceHandler Constructor

Version 102.0.100
OwinResourceHandler

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

Parameters

appFunc
Type: SystemFuncIDictionaryString, Object, Task
Owin pipeline func
See Also