| OwinResourceHandlerProcessRequestAsync Method  | 
Version 118.6.80 
            Read the request, then process it through the OWEN pipeline
            then populate the response properties.
            
 
    Namespace: 
   CefSharp.SchemeHandler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic override CefReturnValue ProcessRequestAsync(
	IRequest request,
	ICallback callback
)
public:
virtual CefReturnValue ProcessRequestAsync(
	IRequest^ request, 
	ICallback^ callback
) override
Parameters
- request
- Type: CefSharpIRequest
 request
- callback
- Type: CefSharpICallback
 callback
Return Value
Type: 
CefReturnValuealways returns true as we'll handle all requests this handler is registered for.
 See Also
See Also