I have a WCF service, Which has 5 methods
I want to expose 3 methods using an endpoint and remaining 2 method using different endpoint.
is it possible without moving them to a different class?
↧
exposing limited methods via diffrent endpoints ?
↧