3 writes to protectionLevel
System.ServiceModel (3)
System\ServiceModel\NamedPipeTransportSecurity.cs (3)
20this.protectionLevel = DefaultProtectionLevel; 33this.protectionLevel = value; 46transportSecurity.protectionLevel = wssbe.ProtectionLevel;
2 references to protectionLevel
System.ServiceModel (2)
System\ServiceModel\NamedPipeTransportSecurity.cs (2)
26get { return this.protectionLevel; } 40result.ProtectionLevel = this.protectionLevel;