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