1 instantiation of ContractProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
421
importer.State[contractAssociationName] = new
ContractProtectionLevel
(hasContractProtectionLevel, isContractProtectionLevelUniform, contractProtectionLevel);
2 references to ContractProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
221
ContractProtectionLevel
otherBindingProtectionLevel = null;
230
otherBindingProtectionLevel = (
ContractProtectionLevel
)importer.State[contractAssociationName];