ConformanceWarning Class
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 | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
Server | - IIS 7.0 on Windows Server 2008 - IIS 7.5 on Windows Server 2008 R2 - IIS 8.0 on Windows Server 2012 - IIS 8.5 on Windows Server 2012 R2 - IIS 10.0 on Windows Server 2016 |
Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
MOF file | WebAdministration.mof |
See Also
CollectionElement Class
ConformanceWarningSettings Class
WebServicesSection Class
Basic Profile Version 1.1 (WS-I)