Click or drag to resize

CefBrowserSendProcessMessage Method

Send a message to the specified |target_process|. Returns true if the message was sent successfully.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SendProcessMessage(
	CefProcessId target,
	CefProcessMessage message
)

Parameters

target  CefProcessId
 
message  CefProcessMessage
 

Return Value

Boolean
See Also