How pass variable between methods in WCF service? I tried to use fields, properties, session but all of them as client call different method it get reset.For example I need to send Authentication from 1st method to rest of the methods.
Go to the complete details ...