1 write to factory
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
24
this.
factory
= factory;
6 references to factory
System.ServiceModel (6)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (6)
75
this.msmqQueue = new MsmqQueue(this.
factory
.AddressTranslator.UriToFormatName(this.RemoteAddress.Uri), UnsafeNativeMethods.MQ_SEND_ACCESS);
81
if (this.
factory
.ExactlyOnce)
136
stream = this.
factory
.Serialize(property);
153
using (MsmqIntegrationOutputMessage msmqMessage = new MsmqIntegrationOutputMessage(this.
factory
, size, this.RemoteAddress, property))
155
msmqMessage.ApplyCertificateIfNeeded(this.certificateTokenProvider, this.
factory
.MsmqTransportSecurity.MsmqAuthenticationMode, timeout);
170
Msmq.EnterXPSendLock(out lockHeld, this.
factory
.MsmqTransportSecurity.MsmqProtectionLevel);