2 writes to mode
System.ServiceModel (2)
System\ServiceModel\WSHttpSecurity.cs (2)
25this.mode = mode; 46this.mode = value;
4 references to mode
System.ServiceModel (4)
System\ServiceModel\WSHttpSecurity.cs (4)
39get { return this.mode; } 78if (this.mode == SecurityMode.TransportWithMessageCredential) 95if (this.mode == SecurityMode.Message || this.mode == SecurityMode.TransportWithMessageCredential)