public void SendDownstream()
        {
            var factory = new ServiceLocatorPipelineFactory(null);
            //var pipeline = factory.Create();


        }
Ejemplo n.º 2
0
 public void SendDownstream()
 {
     var factory = new ServiceLocatorPipelineFactory(null);
     //var pipeline = factory.Create();
 }