Click or drag to resize

OwinSchemeHandlerFactory Constructor

Version 97.1.60
OwinSchemeHandlerFactory

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

Parameters

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