Sending message to citrix session

[亡魂溺海] 提交于 2019-12-06 04:26:25

Are you trying to send the message from the computer running the ICA client (nowadays called Citrix receiver) to the Citrix server (aka XenApp, Presentation Server, Metaframe)?

If the answer is yes, then you should use a virtual channel for communication. Here is a link to the virtual channel SDK.

Background: the Citrix client and the Citrix server obviously need to exchange information (graphics, keyboard, mouse, audio, ...). They communicate over so-called virtual channels which is a logical layer on top of the existing network connection. The neat thing is that the virtual channels are extensible using an SDK, i.e. you can write your own virtual channel to securely and reliably exchange information between client and server.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!