Multiple interfaces from a single WCF service?

前端 未结 5 2073
情书的邮戳
情书的邮戳 2020-12-05 02:44

Can a single WCF service offer multiple interfaces, and if so how would you express this in app.config?

I mean one services offering several Interfaces

5条回答
  •  Happy的楠姐
    2020-12-05 03:09

    Here's how you could expose the same interface on two different endpoints in your App.Config if that's what you are asking.

        
       
    
        
      
    
    

提交回复
热议问题