WebServiceBindingAttribute::ConformsTo Property
.NET Framework (current version)
Gets or sets the Web Services Interoperability (WSI) specification to which the binding claims to conform.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property WsiProfiles ConformsTo { WsiProfiles get(); void set(WsiProfiles value); }
Property Value
Type: System.Web.Services::WsiProfilesOne of the WsiProfiles values, indicating a WSI specification.
The WS-I organization publishes guidelines to ensure the interoperability of Web services across platforms. This property indicates the WSI specification to which the binding claims to conform.
The EmitConformanceClaims property controls whether the conformance claims are provided when a WSDL description of the Web service is published.
.NET Framework
Available since 2.0
Available since 2.0
Show: