I want my WCF client to attach some information with every call to wcf server, and that information can be retireved on server side.
And the server can also attach some information to every response and that information can be retirved by client.
I want to implement this for every end point and i dont want to add code for every wcf call. I want something global.
Thanks in advance,
Mrinal Jaiswal
Sounds like to need to implement a WCF “message inspector”. Try this MSDN magazine article: http://msdn.microsoft.com/en-us/magazine/cc163302.aspx.