客户端可以从 10.20.0.2 连接到 192.168.0.2 上的 wcf 主机吗?
10.20.0.2网络上的移动客户端可以连接到其他网络上的wcf服务主机吗?它们现在已通过 USB 线连接,我想测试它们是否可以连接......
It's possible to mobile client on 10.20.0.2 network connect to wcf service host on other network ? They are connected by usb cord by now and I want test that they can connect...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你有一个网络路由,我不明白为什么不,只要WCF本身可以做网络。
If you have a network route, I don't see why not, provided that WCF itself can do networking.
我通过在 IIS IP 地址和主机名 192.168.xx 中的网站绑定中设置来解决此问题,并发现移动设备和 PC 连接的 USB 设备都在同一网络中:)
I resolve this by set in web site binding in IIS ip address and host name 192.168.x.x and find that both - mobile and pc connected throw usb are in the same network :)