7 references to Transport
System.ServiceModel (7)
System\ServiceModel\Configuration\NetMsmqSecurityElement.cs (2)
45this.Transport.ApplyConfiguration(security.Transport); 56this.Transport.InitializeFrom(security.Transport);
System\ServiceModel\NetMsmqBinding.cs (4)
151if (this.security.Transport.MsmqAuthenticationMode != MsmqDefaults.MsmqAuthenticationMode || 152this.security.Transport.MsmqEncryptionAlgorithm != MsmqDefaults.MsmqEncryptionAlgorithm || 153this.security.Transport.MsmqSecureHashAlgorithm != MsmqDefaults.MsmqSecureHashAlgorithm || 154this.security.Transport.MsmqProtectionLevel != MsmqDefaults.MsmqProtectionLevel)
System\ServiceModel\NetMsmqSecurity.cs (1)
77msmq.MsmqTransportSecurity = this.Transport;