WCF: Multiple binding configurations for a single service

前端 未结 2 1066
栀梦
栀梦 2021-02-07 09:55

I\'m working on a client-server application (.NET 4 WPF, WCF) that must support backwards compatibility. In other words, old clients should be compatible with new servers (and v

2条回答
  •  心在旅途
    2021-02-07 10:46

    You basically need 2 endpoints for the same service exposed at different addresses and aligned with different bindings. This may help you.

提交回复
热议问题