3 references to Message
System.ServiceModel (3)
System\ServiceModel\NetMsmqBinding.cs (1)
289if (this.security.Mode == NetMsmqSecurityMode.Message || this.security.Mode == NetMsmqSecurityMode.Both)
System\ServiceModel\NetMsmqSecurityMode.cs (2)
20|| value == NetMsmqSecurityMode.Message 34return NetMsmqSecurityMode.Message;