I am trying to implement a demo to communicate between two applications on a same machine. So I choose NetNamedPipeBinding
. And the doc of it shows that we need to assign the base address like 'http://localhost:8000/uesamples/service'
in
But I prefer not to use the port.
So is it possible that we can define the base address in another way?