4 references to Both
System.ServiceModel (4)
System\ServiceModel\NetMsmqBinding.cs (1)
289if (this.security.Mode == NetMsmqSecurityMode.Message || this.security.Mode == NetMsmqSecurityMode.Both)
System\ServiceModel\NetMsmqSecurity.cs (1)
76if (this.mode == NetMsmqSecurityMode.Transport || this.mode == NetMsmqSecurityMode.Both)
System\ServiceModel\NetMsmqSecurityMode.cs (2)
21|| value == NetMsmqSecurityMode.Both 36return NetMsmqSecurityMode.Both;