4 references to ExactlyOnce
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
37this.exactlyOnce = MsmqDefaults.ExactlyOnce;
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (1)
45[ConfigurationProperty(ConfigurationStrings.ExactlyOnce, DefaultValue = MsmqDefaults.ExactlyOnce)]
System\ServiceModel\Configuration\MsmqElementBase.cs (1)
37[ConfigurationProperty(ConfigurationStrings.ExactlyOnce, DefaultValue = MsmqDefaults.ExactlyOnce)]
System\ServiceModel\MsmqBindingBase.cs (1)
46[DefaultValue(MsmqDefaults.ExactlyOnce)]