Click or drag to resize

OwinSchemeHandlerFactory Constructor

Version 110.0.300
OwinSchemeHandlerFactory

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

Parameters

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