acandylevey / NativeMessaging

C# Chome Native Messaging Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How it is possible to send message from c# to the chrome ?

yuvalpikel opened this issue · comments

Hi ..
I saw that the code getting messages from chrome and response to the message
but , is it possible to send messages to the chrome seperatly?

Regards
Yuval

Yes you can call

Host.SendMessage(JObject data)