3 writes to mode
System.ServiceModel (3)
System\ServiceModel\NetNamedPipeSecurity.cs (3)
18this.mode = DefaultMode; 23this.mode = mode; 37this.mode = value;
2 references to mode
System.ServiceModel (2)
System\ServiceModel\NetNamedPipeSecurity.cs (2)
30get { return this.mode; } 54if (mode == NetNamedPipeSecurityMode.Transport)