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