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