SoapServerProtocol Classe
Definição
O .NET Framework cria uma instância da classe SoapServerProtocol para processar solicitações de serviço Web XML.The .NET Framework creates an instance of the SoapServerProtocol class to process XML Web service requests.
public ref class SoapServerProtocol : System::Web::Services::Protocols::ServerProtocol
public class SoapServerProtocol : System.Web.Services.Protocols.ServerProtocol
type SoapServerProtocol = class
inherit ServerProtocol
Public Class SoapServerProtocol
Inherits ServerProtocol
- Herança
Comentários
Você pode substituir o RouteRequest método para processar as solicitações de serviço Web XML que não são explicitamente declaradas e manipuladas pelos usuários por meio de um método em seu serviço Web XML marcado com WebMethodAttribute .You can override the RouteRequest method to process XML Web service requests that are not explicitly declared and handled by users through a method in their XML Web service marked with WebMethodAttribute.
Construtores
| SoapServerProtocol() |
Cria um novo SoapServerProtocol.Creates a new SoapServerProtocol. |
Propriedades
| Context |
Obtém o objeto HttpContext para a classe derivada.Gets the HttpContext object for the derived class. (Herdado de ServerProtocol) |
| Request |
Obtém o objeto HttpRequest para a classe derivada.Gets the HttpRequest object for the derived class. (Herdado de ServerProtocol) |
| Response |
Obtém o objeto HttpResponse para a classe derivada.Gets the HttpResponse object for the derived class. (Herdado de ServerProtocol) |
| Target |
Obtém o objeto de serviço que é invocado.Gets the service object that is invoked. (Herdado de ServerProtocol) |
Métodos
| AddToCache(Type, Type, Object) |
Armazena um Object no cache usando uma chave que é criada com base no tipo de protocolo e no tipo de servidor especificados.Stores a Object in the cache using a key that is created from the specified protocol type and server type. (Herdado de ServerProtocol) |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetFromCache(Type, Type) |
Recupera o Object que é armazenado no cache usando a chave que foi criada com base no tipo de protocolo e no tipo de servidor especificados.Retrieves the Object that is stored in the cache using the key that was created from the specified protocol type and server type. (Herdado de ServerProtocol) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetReaderForMessage(SoapServerMessage, Int32) |
Retorna um XmlTextReader inicializado com o SoapServerMessage e o tamanho do buffer especificados.Returns an XmlTextReader initialized with the specified SoapServerMessage and buffer size. |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| GetWriterForMessage(SoapServerMessage, Int32) |
Retorna um XmlTextWriter inicializado com o SoapServerMessage e o tamanho do buffer especificados.Returns an XmlTextWriter initialized with the specified SoapServerMessage and buffer size. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ModifyInitializedExtensions(PriorityGroup, SoapExtension[]) |
Aplica os atributos de prioridade e de grupo especificados às extensões SOAP contidas na matriz especificada do tipo SoapExtension.Applies the specified priority and group attributes to the SOAP extensions contained in the specified array of type SoapExtension. |
| RouteRequest(SoapServerMessage) |
Retorna o SoapServerMethod para o qual o SoapServerMessage especificado deve ser roteado.Returns the SoapServerMethod to which the specified SoapServerMessage should be routed. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |