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