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