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