1 write to ProtectionLevel
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
760
contractDescription.
ProtectionLevel
= contractAttr.ProtectionLevel;
2 references to ProtectionLevel
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
211
contractScopeDefaultRequestProtectionLevel = contract.
ProtectionLevel
;
212
contractScopeDefaultResponseProtectionLevel = contract.
ProtectionLevel
;