I Implement IDispatchMessageInspector.AfterReciveRequest Then I configure like this: <configuration>
I am using the WCF IClientMessageInspector to send information in a header to a WCF service (wsHTTP).I am using the IDispatchMessageInspector to receive the information and populate a String property.
I have created a custom soap header, and added it into my message via IClientMessageInspector public object BeforeSendRequest(ref System.ServiceModel.Channels.Message request, System.ServiceModel.ICl