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