2 writes to protectionLevel
System.ServiceModel (2)
System\ServiceModel\Description\FaultDescription.cs (2)
79this.protectionLevel = value; 96this.protectionLevel = ProtectionLevel.None;
1 reference to protectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\FaultDescription.cs (1)
74get { return this.protectionLevel; }