Equivalent of OperationContexthttp://forums.asp.net/t/1775238.aspx/1?Equivalent+of+OperationContextWed, 29 Feb 2012 18:18:41 -050017752384857330http://forums.asp.net/p/1775238/4857330.aspx/1?Equivalent+of+OperationContextEquivalent of OperationContext <p>What's the equivalent of OperationContext in the new Web API? In the previous version, I had an OperationContext extension that stored custom data - should I be using HttpContext.Current to store this data now?</p> <p></p> <p>Thanks,</p> <p>Priya</p> 2012-02-29T18:05:25-05:004857339http://forums.asp.net/p/1775238/4857339.aspx/1?Re+Equivalent+of+OperationContextRe: Equivalent of OperationContext <p>Hi Priya,</p> <p>Use the HttpRequestMessage properties dictionary to store this type of data.</p> <p>Cheers,</p> <p>Dave</p> 2012-02-29T18:09:52-05:004857352http://forums.asp.net/p/1775238/4857352.aspx/1?Re+Equivalent+of+OperationContextRe: Equivalent of OperationContext <p>Thanks Dave!</p> 2012-02-29T18:18:41-05:00