[This is preliminary documentation and is subject to change.]
The CefMessageRouterRendererSide type exposes the following members.Methods
Name | Description | |
---|---|---|
Create |
Create a new router with the specified configuration.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetPendingCount |
Returns the number of queries currently pending for the specified |browser|
and/or |context|. Either or both values may be empty.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnContextCreated |
Call from CefRenderProcessHandler::OnContextCreated. Registers the
JavaScripts functions with the new context.
| |
OnContextReleased |
Call from CefRenderProcessHandler::OnContextReleased. Any pending queries
associated with the released context will be canceled and
Handler::OnQueryCanceled will be called in the browser process.
| |
OnProcessMessageReceived |
Call from CefRenderProcessHandler::OnProcessMessageReceived. Returns true
if the message is handled by this router or false otherwise.
| |
ToString | (Inherited from Object.) |
See Also