3 references to EndpointDispatcher
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
579this.requestInfo.Endpoint = this.requestInfo.Channel.EndpointDispatcher; 701endpoint = this.channel.EndpointDispatcher;
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
519dispatcher = this.ChannelHandler.Channel.EndpointDispatcher;