4 references to ConformsTo
System.Web.Services (4)
System\Web\Services\Description\ProtocolReflector.cs (1)
387claims = reflectedBinding.bindingAttr.ConformsTo & this.ConformsTo;
System\Web\Services\Protocols\SoapReflector.cs (1)
93internal bool IsClaimsConformance { get { return binding != null && binding.ConformsTo == WsiProfiles.BasicProfile1_1; } }
System\Web\Services\Protocols\SoapServerMethod.cs (1)
211this.wsiClaims = soapMethod.binding == null ? WsiProfiles.None : soapMethod.binding.ConformsTo;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
142serverMethod.wsiClaims = soapMethod.binding == null ? WsiProfiles.None : soapMethod.binding.ConformsTo;