2 writes to mode
System.ServiceModel (2)
System\ServiceModel\WSDualHttpSecurity.cs (2)
29this.mode = mode; 42this.mode = value;
2 references to mode
System.ServiceModel (2)
System\ServiceModel\WSDualHttpSecurity.cs (2)
35get { return this.mode; } 57if (this.mode == WSDualHttpSecurityMode.Message)