C# (CSharp) CefSharp ResourceHandler - 5 exemples trouvés. Ce sont les exemples réels les mieux notés de CefSharp.ResourceHandler extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Default implementation of IResourceHandler. This latest implementation provides some simplification, at a minimum you only need to override ProcessRequestAsync. See the project source on GitHub for working examples. used to implement a custom request handler interface. The methods of this class will always be called on the IO thread. Static helper methods are included like FromStream and FromString that make dealing with fixed resources easy.