是否可以使用WCF与Windows内核模式软件进行通信?

发布于 2024-09-24 11:43:38 字数 105 浏览 3 评论 0原文

WCF 支持一些互操作性绑定。这些绑定是否允许与内核模式 sw 通信?

AFAIK 内核模式 sw 可以在本地系统安全上下文中打开命名管道。这些命名管道可以与 WCF 互操作吗?

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

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

计㈡愣 2024-10-01 11:43:38

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

虽然有可能,但这绝对不容易。创建 WCF 服务以通过命名管道和使用者提供数据服务并不困难。

WCF 中的消息框架是您遇到障碍的地方。您的客户端必须正确地构建所有内容,以便 WCF 能够理解您要调用的内容。如果您确实想尝试一下,这里有一个详细说明所有内容的链接(我链接到最后一个条目,因此您也可以链接到本系列的其余部分)。:

消息框架,第 7 部分

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

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.

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).:

Message Framing, Part 7

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文