This documentation is archived and is not being maintained.

WebServiceBindingAttribute::ConformsTo Property

Gets or sets the Web Services Interoperability (WSI) specification to which the binding claims to conform.

Namespace:  System.Web.Services
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::WsiProfiles
One 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

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: