ConformanceWarning Class [IIS 7 and higher]
Exposes a Web Services Interoperability (WS-I) specification to which a Web service declares that it conforms.
Syntax
class ConformanceWarning : CollectionElement
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the ConformanceWarning class.
Name |
Description |
---|---|
Name |
A read-only sint32 enumeration that represents the Web Services Interoperability (WS-I) specification to which a Web service declares that it conforms. The possible values are listed later in the Remarks section. The key property. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the ConformanceWarnings array property of the ConformanceWarningSettings class.
The following table lists the possible values for the Name property. Currently, the only WS-I profile supported in the .NET Framework is Basic Profile Version 1.1 (BasicProfile 1_1).
Value |
Keyword |
Description |
---|---|---|
0 |
None |
The Web service claims no conformance to a WS-I specification. |
1 |
BasicProfile1_1 |
The Web service claims conformance with the WS-I Basic Profile 1.1 set of nonproprietary Web service specifications. |
Inheritance Hierarchy
ConformanceWarning
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
CollectionElement Class [IIS 7 and higher]
ConformanceWarningSettings Class [IIS 7 and higher]
WebServicesSection Class [IIS 7 and higher]