Пример #1
0
 /// <summary>
 /// Called on the UI thread after a response to the resource request is received.
 /// Set |filter| if response content needs to be monitored and/or modified as it arrives.
 /// </summary>
 protected virtual void OnResourceResponse(CefBrowser browser, string url, CefResponse response, out CefContentFilter filter)
 {
     filter = null;
 }
 /// <summary>
 /// Called on the UI thread after a response to the resource request is received.
 /// Set |filter| if response content needs to be monitored and/or modified as it arrives.
 /// </summary>
 protected virtual void OnResourceResponse(CefBrowser browser, string url, CefResponse response, out CefContentFilter filter)
 {
     filter = null;
 }