How to call a WCF service from Service fabric actor

68 Views Asked by At

I have a service fabric actor which does something and at the end, it calls another WCF service in an async way. The real question is how do I pass the endpoint information as well as binding information to the actor?

0

There are 0 best solutions below