开发者

Purpose of WCF Client Endpoint?

开发者 https://www.devze.com 2022-12-13 07:21 出处:网络
I understand the purpose of having WCF endpoint on the service side, but I don\'t quite understand the p开发者_开发问答urpose of configuring endpoint on the client side. Is this for duplex connection

I understand the purpose of having WCF endpoint on the service side, but I don't quite understand the p开发者_开发问答urpose of configuring endpoint on the client side. Is this for duplex connection or something?

Regards

James


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.)

0

精彩评论

暂无评论...
验证码 换一张
取 消