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