4 references to ExactlyOnce
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
103if (this.factory.ExactlyOnce)
System\ServiceModel\Channels\MsmqVerifier.cs (2)
16if (!factory.Durable && factory.ExactlyOnce) 40if (!factory.ExactlyOnce)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
81if (this.factory.ExactlyOnce)