1 write to ProtectionLevel
System.ServiceModel.Primitives (1)
System\ServiceModel\PeerHopCountAttribute.cs (1)
18base.ProtectionLevel = ProtectionLevel.None;
3 references to ProtectionLevel
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\TypeLoader.cs (2)
1481partDescription.ProtectionLevel = bodyAttr.ProtectionLevel; 1536headerDescription.ProtectionLevel = headerAttr.ProtectionLevel;
System\ServiceModel\PeerHopCountAttribute.cs (1)
31public new ProtectionLevel ProtectionLevel => base.ProtectionLevel;