Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
Tradução
Original
Este tópico ainda não foi avaliado como - Avalie este tópico

SoapExtensionReflector Classe

Provides a common interface and functionality for classes to add SOAP extension information to a ServiceDescription object on a per-method basis.

Namespace:  System.Web.Services.Description
Assembly:  System.Web.Services (em System.Web.Services. dll)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public abstract class SoapExtensionReflector

The abstract SoapExtensionReflector class exposes an abstract method, 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 ServiceDescription object.O método próprio não é uma entrada.The descriptions get added for all Web methods belonging to a specified binding that produces a ServiceDescription.

You can use a ServiceDescriptionto generate a Web Services Description Language (WSDL) document via the Write method.The ServiceDescriptionImporter class and related classes can also use a ServiceDescription to generate client proxy code or abstract server code.

Use a class derived from the SoapExtensionReflector class in conjunction with a class derived from the abstract SoapExtension class to extend run-time processing of SOAP messages on the client or service.

You can specify SoapExtensionReflectorin a configuration file via the < soapExtensionReflectorTypes > Elemento element and its child add element.Você também pode aplicar a configuração para um aplicativo da Web ASP.NET que publica um serviço da Web.

System.Object
  System.Web.Services.Description.SoapExtensionReflector
Quaisquer membros públicos estático (compartilhados na Visual Basic) desse tipo são Thread seguro. Não há garantia de que qualquer membro de instância seja isento de segmentos.
Isso foi útil para você?
(1500 caracteres restantes)

Contribuições da comunidade

ADICIONAR
© 2013 Microsoft. Todos os direitos reservados.