1 write to ProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Description\TypeLoader.cs (1)
698
contractDescription.
ProtectionLevel
= contractAttr.ProtectionLevel;
7 references to ProtectionLevel
System.ServiceModel (5)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
416
new CodeTypeReferenceExpression(typeof(ProtectionLevel)), context.Contract.
ProtectionLevel
.ToString())));
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (2)
426
contractScopeDefaultRequestProtectionLevel = contract.
ProtectionLevel
;
427
contractScopeDefaultResponseProtectionLevel = contract.
ProtectionLevel
;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
217
contractScopeDefaultRequestProtectionLevel = contract.
ProtectionLevel
;
218
contractScopeDefaultResponseProtectionLevel = contract.
ProtectionLevel
;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
3192
c1.
ProtectionLevel
== c2.
ProtectionLevel
&&