5 references to Transport
System.ServiceModel (5)
System\ServiceModel\Configuration\Properties.cs (1)
2382
properties.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)
13
internal const NetMsmqSecurityMode DefaultMode = NetMsmqSecurityMode.
Transport
;
76
if (this.mode == NetMsmqSecurityMode.
Transport
|| this.mode == NetMsmqSecurityMode.Both)
System\ServiceModel\NetMsmqSecurityMode.cs (2)
19
return (value == NetMsmqSecurityMode.
Transport
32
return NetMsmqSecurityMode.
Transport
;