Example #1
0
        public void ApplyClientBehavior(ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime)
        {
            TransactionFlowInspector inspector = new TransactionFlowInspector();

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