5 references to Transport
System.ServiceModel (5)
System\ServiceModel\Configuration\Properties.cs (1)
2382properties.Add(new ConfigurationProperty("mode", typeof(System.ServiceModel.NetMsmqSecurityMode), System.ServiceModel.NetMsmqSecurityMode.Transport, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.SecurityModeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\NetMsmqSecurity.cs (2)
13internal const NetMsmqSecurityMode DefaultMode = NetMsmqSecurityMode.Transport; 76if (this.mode == NetMsmqSecurityMode.Transport || this.mode == NetMsmqSecurityMode.Both)
System\ServiceModel\NetMsmqSecurityMode.cs (2)
19return (value == NetMsmqSecurityMode.Transport 32return NetMsmqSecurityMode.Transport;