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