What is the equivalent of the IStubMessageInspector in RC0 release If I need to write a Messae Fixer at the service side, how do I go about doing that now
Kishore
What is the equivalent of the IStubMessageInspector in RC0 release If I need to write a Messae Fixer at the service side, how do I go about doing that now
Kishore
IStubMessageInspector?
jbv
I've got some sample code that I can send you if you like.
smason@microsoft.com.
Thanks!
Scott
jlim
System.ServiceModel.Dispatcher.
IDispatchMessageInspectorhttp://windowscommunication.net/collateral/pages/BreakingChangesJanCTPToFebCTP.htm
http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref20/html/T_System_ServiceModel_Dispatcher_IDispatchMessageInspector.asp
-Thank you
Madhu
Johny_Extreme
in this sample,i am logging all the message to console window(both client side and server side)
http://blogs.msdn.com/madhuponduru/attachment/604949.ashx
-Thank you
Madhu