This documentation is archived and is not being maintained.
WebServiceBindingAttribute::ConformsTo Property
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: