简体   繁体   English

如何从其他语言(C,Qt…)连接到wcf命名管道

[英]how to connected to the wcf named pipe from other language(C,Qt…)

I have a wcf namedpipe host ,it works well by .net client wcf proxy. 我有一个wcf namedpipe主机,它可以通过.net客户端wcf代理正常运行。 Now, need to support communication with qt client. 现在,需要支持与qt客户端的通信。

I cannot get the real name of the wcf namedpipe,it`s random guid. 我无法获得wcf namedpipe的真实名称,它是随机的guid。

Thanks 谢谢

As its name implies, NetNamedPipeBinding is intended only for use by .Net clients (similar to NetTCP binding). 顾名思义, NetNamedPipeBinding仅供.Net客户端使用(类似于NetTCP绑定)。 .Net is more than capable of communicating over named pipes using the basic IO library outside of WCF, which is the recommended choice if you will be mixing in non-.Net clients. .Net不仅具有使用WCF之外的基本IO库通过命名管道进行通信的功能,如果您要在非.Net客户端中进行混合,则建议使用.Net。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM