tags:

views:

94

answers:

0

Ok,

I know how to get the messages size using the IClientMessageInspector.BeforeSendRequest. The problem is I want to get the messsage size after serialization and compression is done so I can know what I actually is sending out of my service.

Is this possible in WCF and how?

Arne