> though you need to reference the web assembly by then. > FWIW I suspect asp.net is using threadlocal storage for its context.
If you bother to reference the web assembly, you could use the static methods CallContext.GetData and CallContext.SetData. Reflector shows that HttpContext.Current is being retrieved from these methods. // Ryan =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
