1 write to ProtectionLevel
System.ServiceModel (1)
System\ServiceModel\PeerHopCountAttribute.cs (1)
23base.ProtectionLevel = ProtectionLevel.None;
3 references to ProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (2)
1391partDescription.ProtectionLevel = bodyAttr.ProtectionLevel; 1445headerDescription.ProtectionLevel = headerAttr.ProtectionLevel;
System\ServiceModel\PeerHopCountAttribute.cs (1)
53get { return base.ProtectionLevel; }