4 references to ClientRuntime
System.ServiceModel (4)
System\ServiceModel\Channels\PeerHelpers.cs (2)
903if (dispatch.ClientRuntime != null) 905dispatch.ClientRuntime.OperationSelector = new OperationSelectorBehavior.MethodInfoOperationSelector(description, MessageDirection.Output);
System\ServiceModel\Dispatcher\OperationSelectorBehavior.cs (2)
26if (dispatch.ClientRuntime != null) 27dispatch.ClientRuntime.OperationSelector = new MethodInfoOperationSelector(description, MessageDirection.Output);