13 references to CallbackDispatchRuntime
System.ServiceModel (9)
System\ServiceModel\Channels\PeerHelpers.cs (1)
912
proxy.
CallbackDispatchRuntime
.OperationSelector = new OperationSelector(this.messageHandler);
System\ServiceModel\Description\CallbackDebugBehavior.cs (1)
41
ChannelDispatcher channelDispatcher = behavior.
CallbackDispatchRuntime
.ChannelDispatcher;
System\ServiceModel\Description\CallbackTimeoutsBehavior.cs (1)
55
ChannelDispatcher channelDispatcher = behavior.
CallbackDispatchRuntime
.ChannelDispatcher;
System\ServiceModel\Description\DispatcherBuilder.cs (3)
106
DispatcherBuilder.BuildDispatchOperation(operation, clientRuntime.
CallbackDispatchRuntime
, null);
1106
dispatch = proxy.
CallbackDispatchRuntime
;
1213
behavior.
CallbackDispatchRuntime
.ChannelDispatcher.MessageVersion = serviceEndpoint.Binding.MessageVersion;
System\ServiceModel\Description\TransactedBatchingBehavior.cs (1)
74
behavior.
CallbackDispatchRuntime
.ChannelDispatcher.MaxTransactedBatchSize = this.MaxBatchSize;
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
760
DispatchRuntime dispatchBehavior = this.channel.ClientRuntime.
CallbackDispatchRuntime
;
784
return this.channel.ClientRuntime.
CallbackDispatchRuntime
.ChannelDispatcher.HandleError(e, ref faultInfo);
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\UdpContractFilterBehavior.cs (3)
24
if (clientRuntime != null && clientRuntime.
CallbackDispatchRuntime
!= null && clientRuntime.
CallbackDispatchRuntime
.UnhandledDispatchOperation != null)
26
clientRuntime.
CallbackDispatchRuntime
.UnhandledDispatchOperation.Invoker = new UnhandledActionOperationInvoker();
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\SoapProcessingBehavior.cs (1)
54
clientRuntime.
CallbackDispatchRuntime
.MessageInspectors.Add(inspector);