Search code examples
wcf

WCF - how to add additional data to each call


I want to add a complex poco that will pass itself within each wcf call. Whats the bast practice for this case?


Solution

  • Here you go, check this out...

    https://kinnrot.github.io/passing-complex-type-through-wcf/