Hi!
I have several Web Services ... and most of them have CallContext (). The problem is that for C # each of these contexts are different.
Can anyone give me some tricky way to create one global CallContext () which will fitt to all Web Services ??
I tried to cast context on a specyfic CallContext () but it does not work.
Thank you in advance !!
*This post is locked for comments