a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
131 lines
8.1 KiB
XML
131 lines
8.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="WebServicesInteroperability" FullName="System.Web.Services.Description.WebServicesInteroperability">
|
|
<TypeSignature Language="C#" Value="public sealed class WebServicesInteroperability" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System.Web.Services</AssemblyName>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Object</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The WS-I publishes non-proprietary Web services specifications to promote the interoperability of Web services across platforms.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The <see cref="T:System.Web.Services.Description.WebServicesInteroperability" /> class provides methods to verify whether a given Web service or services conforms to a given Web Services Interoperability (WS-I) Organization specification.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName="CheckConformance">
|
|
<MemberSignature Language="C#" Value="public static bool CheckConformance (System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescription service, System.Web.Services.Description.BasicProfileViolationCollection violations);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="claims" Type="System.Web.Services.WsiProfiles" />
|
|
<Parameter Name="service" Type="System.Web.Services.Description.ServiceDescription" />
|
|
<Parameter Name="violations" Type="System.Web.Services.Description.BasicProfileViolationCollection" />
|
|
</Parameters>
|
|
<Docs>
|
|
<param name="service">To be added.</param>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The WS-I publishes non-proprietary Web services specifications to promote the interoperability of Web services across platforms.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Verifies whether a given Web service or services conforms to a given WS-I specification, and provides a list of any violations that it finds.</para>
|
|
</summary>
|
|
<returns>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>true if the Web service described by <paramref name="description" /> conforms to the Web services interoperability specification indicated by <paramref name="claims" />; otherwise false.</para>
|
|
</returns>
|
|
<param name="claims">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A member of <see cref="T:System.Web.Services.WsiProfiles" /> that indicates a Web services interoperability specification.</param>
|
|
<param name="violations">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.Services.Description.BasicProfileViolationCollection" /> that contains any violations that were found.</param>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="CheckConformance">
|
|
<MemberSignature Language="C#" Value="public static bool CheckConformance (System.Web.Services.WsiProfiles claims, System.Web.Services.Description.ServiceDescriptionCollection services, System.Web.Services.Description.BasicProfileViolationCollection violations);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="claims" Type="System.Web.Services.WsiProfiles" />
|
|
<Parameter Name="services" Type="System.Web.Services.Description.ServiceDescriptionCollection" />
|
|
<Parameter Name="violations" Type="System.Web.Services.Description.BasicProfileViolationCollection" />
|
|
</Parameters>
|
|
<Docs>
|
|
<param name="services">To be added.</param>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The WS-I publishes non-proprietary Web services specifications to promote the interoperability of Web services across platforms.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Verifies whether a given Web service or services conforms to a given WS-I specification, and provides a list of any violations that it finds.</para>
|
|
</summary>
|
|
<returns>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>true if the Web service descriptions contained in <paramref name="descriptions" /> conform to the Web services interoperability specification indicated by <paramref name="claims" />; false otherwise.</para>
|
|
</returns>
|
|
<param name="claims">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A member of <see cref="T:System.Web.Services.WsiProfiles" /> that indicates a Web services interoperability specification.</param>
|
|
<param name="violations">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.Services.Description.BasicProfileViolationCollection" /> that contains any violations that were found.</param>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
<Member MemberName="CheckConformance">
|
|
<MemberSignature Language="C#" Value="public static bool CheckConformance (System.Web.Services.WsiProfiles claims, System.Web.Services.Description.WebReference webReference, System.Web.Services.Description.BasicProfileViolationCollection violations);" />
|
|
<MemberType>Method</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters>
|
|
<Parameter Name="claims" Type="System.Web.Services.WsiProfiles" />
|
|
<Parameter Name="webReference" Type="System.Web.Services.Description.WebReference" />
|
|
<Parameter Name="violations" Type="System.Web.Services.Description.BasicProfileViolationCollection" />
|
|
</Parameters>
|
|
<Docs>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The WS-I publishes non-proprietary Web services specifications to promote the interoperability of Web services across platforms.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Verifies whether a given Web service or services conforms to a given WS-I specification, and provides a list of any violations that it finds.</para>
|
|
</summary>
|
|
<returns>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>true if the Web service described by <paramref name="webReference" /> conforms to the Web services interoperability specification indicated by <paramref name="claims" />; false otherwise.</para>
|
|
</returns>
|
|
<param name="claims">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A member of <see cref="T:System.Web.Services.WsiProfiles" /> that indicates a Web services interoperability specification.</param>
|
|
<param name="webReference">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.Services.Description.WebReference" /> that describes a Web service.</param>
|
|
<param name="violations">
|
|
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Web.Services.Description.BasicProfileViolationCollection" /> that contains any violations that were found.</param>
|
|
</Docs>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
</Member>
|
|
</Members>
|
|
</Type> |