3 references to CreateFromContract
System.ServiceModel (3)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
514
ChannelProtectionRequirements requirements = ChannelProtectionRequirements.
CreateFromContract
(contract, defaultRequestProtectionLevel, defaultResponseProtectionLevel, false);
System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
157
return
CreateFromContract
(contract, bindingElement.SupportedRequestProtectionLevel, bindingElement.SupportedResponseProtectionLevel, isForClient);
186
ChannelProtectionRequirements contractRequirements =
CreateFromContract
(contract, bindingElement.SupportedRequestProtectionLevel, bindingElement.SupportedResponseProtectionLevel, isForClient);