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