I'm currently working on a service that involves client callback over netTcpBinding
. However, I can't find answers to the following two questions:
- When a client invokes the service, what is the client's address that will be used for callback?
- How can I programmatically change this address before the client invokes the service?
I understand that when working with wsDualHttpBindings
, there is a property called clientBaseAddress
that can be used to set the client address. However, netTcpBinding
doesn't have a similar property?