I need to put request specific data in WCF? Is it safe to use ThreadStatic variable in WCF?
+2
A:
I would recommend you to use OperationContext. Here's an example of how you could use it to persist some state.
Darin Dimitrov
2010-03-26 15:05:03