5 references to DispatcherBuilder
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
110ClientRuntime clientRuntime = DispatcherBuilder.BuildProxyBehavior(serviceEndpoint, out parameters);
System\ServiceModel\Description\DispatcherBuilder.cs (4)
38DispatcherBuilder.BuildProxyOperation(operation, clientRuntime); 42DispatcherBuilder.BuildDispatchOperation(operation, clientRuntime.CallbackDispatchRuntime); 46DispatcherBuilder.ApplyClientBehavior(serviceEndpoint, clientRuntime); 200DispatcherBuilder.BindOperations(contractDescription, clientRuntime, null);