3 references to ChannelDispatcher
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (2)
229
return this.
ChannelDispatcher
.InternalCloseTimeout;
320
return this.
ChannelDispatcher
.InternalOpenTimeout;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1716
ChannelDispatcher channelDispatcher = rpc.Channel.
ChannelDispatcher
;