3 writes to exactlyOnce
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (3)
37this.exactlyOnce = MsmqDefaults.ExactlyOnce; 55this.exactlyOnce = elementToBeCloned.exactlyOnce; 122set { this.exactlyOnce = value; }
3 references to exactlyOnce
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (3)
55this.exactlyOnce = elementToBeCloned.exactlyOnce; 114return this.exactlyOnce; 121get { return this.exactlyOnce; }