2 references to CreateFromContract
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (2)
148
return
CreateFromContract
(contract, bindingElement.SupportedRequestProtectionLevel, bindingElement.SupportedResponseProtectionLevel, isForClient);
177
ChannelProtectionRequirements contractRequirements =
CreateFromContract
(contract, bindingElement.SupportedRequestProtectionLevel, bindingElement.SupportedResponseProtectionLevel, isForClient);