8 references to ExactlyOnce
System.ServiceModel (8)
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (4)
45
[ConfigurationProperty(ConfigurationStrings.
ExactlyOnce
, DefaultValue = MsmqDefaults.ExactlyOnce)]
48
get { return (bool)base[ConfigurationStrings.
ExactlyOnce
]; }
49
set { base[ConfigurationStrings.
ExactlyOnce
] = value; }
141
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ExactlyOnce
, msmqBinding.ExactlyOnce);
System\ServiceModel\Configuration\MsmqElementBase.cs (4)
37
[ConfigurationProperty(ConfigurationStrings.
ExactlyOnce
, DefaultValue = MsmqDefaults.ExactlyOnce)]
40
get { return (bool)base[ConfigurationStrings.
ExactlyOnce
]; }
41
set { base[ConfigurationStrings.
ExactlyOnce
] = value; }
186
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ExactlyOnce
, binding.ExactlyOnce);