How I can get all requests of network by using Cefsharp

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

How I can get all requests of network by using Cefsharp

Postby fantast » Sat Nov 03, 2018 2:28 am

For example:
Now, requests count = 100
A friend send me a chat message and I see messager have symbol 1 highlight (new message from one friend)
Then, requests count = 101

I want listening when Viewer ( ChromiumWebBrowser.Load(url) ) get new request (because requests count is high changing), i will do my task MyFunction()
How I can catch this event or how i can catch this sign?

My idea like this:
When Textbox RequestCounting receiverd new request
I will using TextChanged event to catched this event.
After, using MyfFunction() into TextChanged event

Please help me, i find a little information of Cef API maybe useful but no have any example explain it: IRequestHandler.OnResourceResponse, OnBeforeResourceLoad
fantast
Newbie
 
Posts: 1
Joined: Sat Nov 03, 2018 1:58 am

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 33 guests