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