public void ApplyClientBehavior(ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime) { TransactionFlowInspector inspector = new TransactionFlowInspector(); clientRuntime.MessageInspectors.Add(inspector); }