Exactly, it was designed for that purpose. The SoapContext also exposes the
following properties,
MessageState : state shared only for one filter
SessionState: state shared by the client or service and the filters (Input
and output) on the same side.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Looks like SoapContext.OperationState will do the trick!
>
[quoted text clipped - 17 lines]
>> Thanks,
>> Jon
plikwords - 10 May 2006 20:47 GMT
For custom tracing policy assertions I have used a class containing a
static hash for storing message pre and post security - works well.
>Exactly, it was designed for that purpose. The SoapContext also exposes the
>following properties,
[quoted text clipped - 28 lines]
>>> Thanks,
>>> Jon