9 references to CallbackClientRuntime
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannel.cs (2)
115this.clientRuntime = endpointDispatcher.DispatchRuntime.CallbackClientRuntime; 247this.clientRuntime = value.DispatchRuntime.CallbackClientRuntime;
System\ServiceModel\Description\DispatcherBuilder.cs (4)
945dispatch.CallbackClientRuntime.CallbackClientType = contractDescription.CallbackContractType; 946dispatch.CallbackClientRuntime.ContractClientType = contractDescription.ContractType; 959DispatcherBuilder.BuildProxyOperation(operation, dispatch.CallbackClientRuntime); 1090proxy = dispatch.CallbackClientRuntime;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ClientOperationFormatterProvider.cs (1)
23return DummyDispatchRuntime.CallbackClientRuntime;
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (2)
68if (endpointDispatcher.DispatchRuntime.CallbackClientRuntime != null) 70endpointDispatcher.DispatchRuntime.CallbackClientRuntime.MessageInspectors.Add(this);