Click or drag to resize

OwinResourceHandlerProcessRequestAsync Method

Version 99.2.120
Read the request, then process it through the OWEN pipeline then populate the response properties.

Namespace:  CefSharp.SchemeHandler
Assembly:  CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax
public override CefReturnValue ProcessRequestAsync(
	IRequest request,
	ICallback callback
)

Parameters

request
Type: CefSharpIRequest
request
callback
Type: CefSharpICallback
callback

Return Value

Type: CefReturnValue
always returns true as we'll handle all requests this handler is registered for.
See Also