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