silverlight支持远程处理吗?

发布于 2024-07-09 03:18:29 字数 39 浏览 4 评论 0原文

silverlight 是否支持 .net 框架的远程处理功能?

Does silverlight support the remoting functionality of the .net framework?

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

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

发布评论

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

评论(2

只是我以为 2024-07-16 03:18:30

由于主机 Web 浏览器中沙箱的安全要求,不支持二进制序列化。 所以不,不支持.NET Remoting。 谢天谢地,我们有一个相当足够的 WCF 实现。

Due to the security requirements of being sandboxed in the host web browser, binary serialization is not supported. So no, .NET Remoting is not supported. Thank goodness we have a fairly sufficient WCF implementation.

优雅的叶子 2024-07-16 03:18:30

不是像完整的 .NET 框架那样实现的。 但如果您需要这种级别的通信,Silverlight 支持套接字。

Not implemented exactly like the full .NET framework, no. But Silverlight supports Sockets if you need that level of communication.

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