I'm implementing a MessageEncoder as described at MSDN
Is there a way to access the request, channel, or operation context from a MessageEncoder? I want to be able to save data for C# code to access after deserialization.
I'm implementing a MessageEncoder as described at MSDN
Is there a way to access the request, channel, or operation context from a MessageEncoder? I want to be able to save data for C# code to access after deserialization.