2 writes to mode
System.ServiceModel (2)
System\ServiceModel\NetMsmqSecurity.cs (2)
33this.mode = mode; 48this.mode = value;
3 references to mode
System.ServiceModel (3)
System\ServiceModel\NetMsmqSecurity.cs (3)
41get { return this.mode; } 76if (this.mode == NetMsmqSecurityMode.Transport || this.mode == NetMsmqSecurityMode.Both)