1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
<?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>
|