0

Does self hosted wcf through named pipe use ports? But in the below working url it looks like it doesnt.

net.pipe://localhost/TradeService/Service1

All your answers are greatly appreciated.

francorobles
  • 41
  • 1
  • 7

1 Answers1

0

Wcf Net.pipe there is no port concept it uses shared memory..net.pipe only use within system

Vinoth Rajendran
  • 1,141
  • 1
  • 9
  • 13
  • Thanks for giving me a clue. You are correct as backed up by this reference https://msdn.microsoft.com/en-us/library/ms733769(v=vs.110).aspx – francorobles Jun 25 '16 at 17:00