2 references to Clone
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
32
this.channelPoolSettings = elementToBeCloned.ChannelPoolSettings.
Clone
();
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
374
this.channelPoolSettings = bindingElement.ChannelPoolSettings.
Clone
();