3 references to ChannelDispatcher
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
221
return
ChannelDispatcher
.InternalCloseTimeout;
312
return
ChannelDispatcher
.InternalOpenTimeout;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
250
ChannelDispatcher channelDispatcher = rpc.Channel.
ChannelDispatcher
;