1 write to ChannelDispatcher
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
175this.ChannelDispatcher = endpointDispatcher.ChannelDispatcher;
3 references to ChannelDispatcher
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\RoutingBehavior.cs (2)
176this.ChannelDispatcher.ChannelInitializers.Add(this); 199this.ChannelDispatcher.IsTransactedReceive = true;
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
237foreach (IErrorHandler errorHandler in this.endpointBehavior.ChannelDispatcher.ErrorHandlers)