2 writes to mode
System.ServiceModel (2)
System\ServiceModel\NetTcpSecurity.cs (2)
28this.mode = mode; 43this.mode = value;
5 references to mode
System.ServiceModel (5)
System\ServiceModel\NetTcpSecurity.cs (5)
36get { return this.mode; } 62if (this.mode == SecurityMode.TransportWithMessageCredential) 66else if (this.mode == SecurityMode.Transport) 103if (this.mode == SecurityMode.Message) 107else if (this.mode == SecurityMode.TransportWithMessageCredential)