Silverlight 4 可以与本地主机建立 TCP 连接吗?
请原谅这个向后的架构,并假设没有更好的方法...
我有一个在本地主机上运行的 Windows 服务,它侦听 TCP 端口 5432 并向任何连接的套接字广播事件。
Silverlight 4 浏览器内应用程序是否可以连接到此服务(从而接收这些事件)?或者 Silverlight 套接字是否存在阻止本地主机访问的安全限制?
Please excuse the backwards architecture on this one and assume there's not a better way...
I have a Windows Service running on localhost, it listens on TCP port 5432 and broadcasts events to any connected sockets.
Is it possible for a Silverlight 4 in-browser app to connect to this service (thereby receiving these events)? Or are there security restrictions around Silverlight sockets preventing localhost access?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的 - 这是可能的,但由于安全原因并不容易...请参阅以下链接:
Yes - that is possible though not easy because of security reasons... please see the following links: