WebServiceBindingAttribute.ConformsTo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Web Services Interoperability (WSI) specification to which the binding claims to conform.
public:
property System::Web::Services::WsiProfiles ConformsTo { System::Web::Services::WsiProfiles get(); void set(System::Web::Services::WsiProfiles value); };
public System.Web.Services.WsiProfiles ConformsTo { get; set; }
member this.ConformsTo : System.Web.Services.WsiProfiles with get, set
Public Property ConformsTo As WsiProfiles
Property Value
One of the WsiProfiles values, indicating a WSI specification.
Remarks
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.