WCF 客户端端点的用途?

发布于 2024-08-13 14:49:14 字数 79 浏览 5 评论 0原文

我理解在服务端拥有WCF端点的目的,但我不太理解在客户端配置端点的目的。这是用于双工连接还是什么?

问候

詹姆斯

I understand the purpose of having WCF endpoint on the service side, but I don't quite understand the purpose of configuring endpoint on the client side. Is this for duplex connection or something?

Regards

James

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

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

发布评论

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

评论(1

风渺 2024-08-20 14:49:14

端点实际上是(地址、绑定、合约)的元组。

客户端拥有所有这些东西,就像服务器一样。 (在客户端,它是您要连接的地址,用于与服务器通信的绑定,用于消息的合同。)

An endpoint is effectively a tuple of (address, binding, contract).

The client has all these things, just like the server. (In client side it is address you want to connect to, binding used to talk to the server, contract used for the messages.)

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