在远程处理中通过特定客户端端口发送消息
我正在.net remoting中做应用程序。实际上,我们在服务器端注册一个通道并使用服务器的IP和端口连接客户端,但我想通过特定端口从客户端发送消息,例如:8085或8086 .如何实现这一点?
I am doing applications in .net remoting.actually we register a channel in the server side and connect the client using the iP and port of the server,but i want to send my messages from client through a specific port for ex: 8085 or 8086.how to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么?指定客户端端口有很多缺点:
防火墙管理员有时喜欢创建这些规则,却没有意识到它们会削弱客户端的能力。据我所知,这些规则实际上并没有任何有用的目的。
Why? There are numerous disadvantages to specifying the client port:
Firewall administrators sometimes like to create these rules not realizing that they cripple the client. Such rules don't actually server any useful purpose that I'm aware of.