是否有可能使用WCF与Windows内核模式软件进行通信? [英] Is it possible to use WCF to communicate with Windows kernel mode software?

查看:129
本文介绍了是否有可能使用WCF与Windows内核模式软件进行通信?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

WCF支持一些互操作性的绑定。是否有这些绑定的实现与内核模式软件进行通信?

WCF supports some interoperability bindings. Does any of these bindings allow to communicate with kernel mode sw?

AFAIK内核模式软件可以打开命名管道,在本地系统的安全上下文。那些是命名管道互操作WCF?

AFAIK kernel mode sw can open named pipes, in the Local System security context. Are those named pipes interoperable with WCF?

推荐答案

是的,你应该能够使用命名管道的WCF绑定的内核模式软件进行通信。

Yes, you should be able to use the Named Pipes Binding in WCF to communicate with the Kernel Mode Software.

虽然有可能,但肯定不会是容易的。创建WCF服务,以服务的数据通过命名管道和消费者不会很困难。

While it may be possible, it definitely won't be easy. Creating the WCF Service to serve the data over named pipes and a consumer won't be difficult.

在WCF消息帧是你要去哪里打你的障碍。您的客户端必须正确帧的一切,让WCF能够理解你想叫什么。这里有一个链接,详细说明一切,如果你真的想给它一个镜头(我链接到最后一项,所以你有链接到该系列的其他部分一样):

Message Framing in WCF is where you are going to hit your snag. Your client will have to properly frame everything so that WCF can understand what you're trying to call. Here's a link detailing everything if you really want to give it a shot (I link to the last entry so you have links to the rest of the series as well).:

消息帧,第一部分7

这篇关于是否有可能使用WCF与Windows内核模式软件进行通信?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆