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
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="SoapExtensionReflector" FullName="System.Web.Services.Description.SoapExtensionReflector">
<TypeSignature Language="C#" Value="public abstract class SoapExtensionReflector" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>System.Web.Services</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The abstract <see cref="T:System.Web.Services.Description.SoapExtensionReflector" /> class exposes an abstract method, <see cref="M:System.Web.Services.Description.SoapExtensionReflector.ReflectMethod" />. This abstract method allows a derived class to add descriptions of SOAP extensions when reflecting a Web method into objects that are placed in a <see cref="T:System.Web.Services.Description.ServiceDescription" /> object. The method itself is not an input. The descriptions get added for all Web methods belonging to a specified binding that produces a <see cref="T:System.Web.Services.Description.ServiceDescription" />.</para>
<para>You can use a <see cref="T:System.Web.Services.Description.ServiceDescription" /> to generate a Web Services Description Language (WSDL) document via the <see cref="Overload:System.Web.Services.Description.ServiceDescription.Write" /> method. The <see cref="T:System.Web.Services.Description.ServiceDescriptionImporter" /> class and related classes can also use a <see cref="T:System.Web.Services.Description.ServiceDescription" /> to generate client proxy code or abstract server code. </para>
<para>Use a class derived from the <see cref="T:System.Web.Services.Description.SoapExtensionReflector" /> class in conjunction with a class derived from the abstract <see cref="T:System.Web.Services.Protocols.SoapExtension" /> class to extend run-time processing of SOAP messages on the client or service.</para>
<para>You can specify <see cref="T:System.Web.Services.Description.SoapExtensionReflector" /> in a configuration file via the <format type="text/html"><a href="6950609a-c9a3-4f6f-a5fc-a05d6d204d5c"><soapExtensionReflectorTypes></a></format> element and its child add element. You can also apply the configuration to an ASP.NET Web application that publishes a Web service.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides a common interface and functionality for classes to add SOAP extension information to a <see cref="T:System.Web.Services.Description.ServiceDescription" /> object on a per-method basis.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected SoapExtensionReflector ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes an instance of the <see cref="T:System.Web.Services.Description.SoapExtensionReflector" /> class</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ReflectDescription">
<MemberSignature Language="C#" Value="public virtual void ReflectDescription ();" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Generates service-specific description information that gets placed in a <see cref="T:System.Web.Services.Description.ServiceDescription" /> object corresponding to a binding.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ReflectionContext">
<MemberSignature Language="C#" Value="public System.Web.Services.Description.ProtocolReflector ReflectionContext { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Web.Services.Description.ProtocolReflector</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<value>To be added: an object of type 'ProtocolReflector'</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>If you implement a class that is derived from the <see cref="T:System.Web.Services.Description.SoapExtensionReflector" /> abstract class, you do not need to implement a class that is derived from <see cref="T:System.Web.Services.Description.ProtocolReflector" /> to invoke the <see cref="M:System.Web.Services.Description.SoapExtensionReflector.ReflectMethod" /> method or to set the <see cref="P:System.Web.Services.Description.SoapExtensionReflector.ReflectionContext" /> property.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the instance of a class derived from the abstract <see cref="T:System.Web.Services.Description.ProtocolReflector" /> class that invokes the <see cref="M:System.Web.Services.Description.SoapExtensionReflector.ReflectMethod" /> method.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ReflectMethod">
<MemberSignature Language="C#" Value="public abstract void ReflectMethod ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="M:System.Web.Services.Description.SoapExtensionReflector.ReflectMethod" /> method is called for each Web method that belongs to a binding that the <see cref="T:System.Web.Services.Description.ServiceDescription" /> represents. The <see cref="M:System.Web.Services.Description.SoapExtensionReflector.ReflectMethod" /> method does not use the Web method directly. The SOAP extension information gets added for all Web methods in a binding reflected from a Web service class.</para>
<para>An implementation of the <see cref="M:System.Web.Services.Description.SoapExtensionReflector.ReflectMethod" /> can generate information like operation binding, abstract operation, and messages.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Abstract method that a derived class must implement to add SOAP extension information to a <see cref="T:System.Web.Services.Description.ServiceDescription" /> object on a per-method basis.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>
|