5 references to ChannelDispatcher
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (4)
295
endpointDispatcher.
ChannelDispatcher
.ReceiveSynchronously = runtimePreferences.ReceiveSynchronously;
298
endpointDispatcher.
ChannelDispatcher
.ManualAddressing = this.IsManualAddressing(serviceEndpoint.Binding);
299
endpointDispatcher.
ChannelDispatcher
.EnableFaults = !this.IsMulticast(serviceEndpoint.Binding);
300
endpointDispatcher.
ChannelDispatcher
.MessageVersion = serviceEndpoint.Binding.MessageVersion;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
135
get { return _channelDispatcher ?? _endpointDispatcher.
ChannelDispatcher
; }