internal RequestHandler(BrowserClient client) { this.client = client; this.GetResourceHandler += new CfxGetResourceHandlerEventHandler(RequestHandler_GetResourceHandler); }
internal LifeSpanHandler(BrowserClient client) { this.client = client; this.OnAfterCreated += new CfxOnAfterCreatedEventHandler(LifeSpanHandler_OnAfterCreated); }