21 references to Msmq
System.ServiceModel (21)
System\ServiceModel\Channels\Msmq.cs (6)
42get { return Msmq.Version >= longhornVersion; } 47get { return Msmq.Version >= longhornVersion; } 52get { return Msmq.Version >= longhornVersion; } 57get { return Msmq.Version >= longhornVersion; } 69if (Msmq.Version < longhornVersion) 91if (Msmq.Version < longhornVersion)
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
78get { return Msmq.StaticTransportManagerTable; }
System\ServiceModel\Channels\MsmqInputMessage.cs (1)
58if (Msmq.IsAdvancedPoisonHandlingSupported)
System\ServiceModel\Channels\MsmqOutputChannel.cs (2)
168Msmq.EnterXPSendLock(out lockHeld, this.factory.MsmqTransportSecurity.MsmqProtectionLevel); 182Msmq.LeaveXPSendLock();
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (2)
105Msmq.EnterXPSendLock(out lockHeld, this.factory.MsmqTransportSecurity.MsmqProtectionLevel); 117Msmq.LeaveXPSendLock();
System\ServiceModel\Channels\MsmqReceiveHelper.cs (3)
71this.poisonHandler = Msmq.CreatePoisonHandler(this); 74this.queue = Msmq.CreateMsmqQueue(this); 210MsmqDiagnostics.MessageConsumed(instanceId, messageProperty.MessageId, (Msmq.IsRejectMessageSupported && reject));
System\ServiceModel\Channels\MsmqVerifier.cs (3)
35if (!Msmq.IsPerAppDeadLetterQueueSupported) 116if (Msmq.IsAdvancedPoisonHandlingSupported) // msmq 4 143if (security.MsmqAuthenticationMode == MsmqAuthenticationMode.WindowsDomain && !Msmq.ActiveDirectoryEnabled)
System\ServiceModel\MsmqException.cs (1)
173Msmq.ErrorStrings,
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
170Msmq.EnterXPSendLock(out lockHeld, this.factory.MsmqTransportSecurity.MsmqProtectionLevel); 185Msmq.LeaveXPSendLock();