3 writes to HasProtectionLevel
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\MessageDescription.cs (3)
51
HasProtectionLevel
= other.HasProtectionLevel;
103
HasProtectionLevel
= true;
163
HasProtectionLevel
= false;
4 references to HasProtectionLevel
System.ServiceModel.Primitives (4)
System\ServiceModel\Description\MessageDescription.cs (2)
51
HasProtectionLevel = other.
HasProtectionLevel
;
109
return
HasProtectionLevel
;
System\ServiceModel\Description\TypeLoader.cs (1)
1331
if (!messageDescription.
HasProtectionLevel
)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
231
if (message.
HasProtectionLevel
)