3 writes to ExactlyOnce
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (1)
378
this.
ExactlyOnce
= false;
System\ServiceModel\Configuration\MsmqElementBase.cs (1)
133
binding.
ExactlyOnce
= this.ExactlyOnce;
System\ServiceModel\MsmqBindingBase.cs (1)
50
set { transport.
ExactlyOnce
= value; }
8 references to ExactlyOnce
System.ServiceModel (8)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
237
instance.SetProperty(AdministrationStrings.ExactlyOnce, msmq.
ExactlyOnce
);
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
280
if (this.
ExactlyOnce
&& this.ReceiveContextEnabled)
327
if (!this.
ExactlyOnce
)
System\ServiceModel\Channels\MsmqChannelFactoryBase.cs (1)
40
this.exactlyOnce = bindingElement.
ExactlyOnce
;
System\ServiceModel\Channels\MsmqReceiveParameters.cs (1)
29
this.exactlyOnce = bindingElement.
ExactlyOnce
;
System\ServiceModel\Configuration\MsmqElementBase.cs (1)
186
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ExactlyOnce, binding.
ExactlyOnce
);
System\ServiceModel\MsmqBindingBase.cs (1)
49
get { return transport.
ExactlyOnce
; }
System\ServiceModel\NetMsmqBinding.cs (1)
179
this.ExactlyOnce = transport.
ExactlyOnce
;