Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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
Available since 2.0
Return to top
Show:
© 2017 Microsoft