Soap12OperationBinding Classe
Definição
Representa uma extensão de formato de descrição de serviço aplicada a um OperationBinding quando um serviço Web XML dá suporte à versão do protocolo SOAP 1.2.Represents a service description format extension applied to an OperationBinding when an XML Web service supports the SOAP protocol version 1.2. Essa classe não pode ser herdada.This class cannot be inherited.
public ref class Soap12OperationBinding sealed : System::Web::Services::Description::SoapOperationBinding
[System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))]
public sealed class Soap12OperationBinding : System.Web.Services.Description.SoapOperationBinding
[<System.Web.Services.Configuration.XmlFormatExtension("operation", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.OperationBinding))>]
type Soap12OperationBinding = class
inherit SoapOperationBinding
Public NotInheritable Class Soap12OperationBinding
Inherits SoapOperationBinding
- Herança
- Atributos
Comentários
Essa classe especifica que a transmissão da mensagem usará o protocolo SOAP versão 1,2 e fornecerá detalhes sobre como a mensagem SOAP será formatada.This class specifies that the message transmission will use the SOAP protocol version 1.2 and provides details about how the SOAP message will be formatted.
Construtores
| Soap12OperationBinding() |
Inicializa uma nova instância da classe Soap12OperationBinding.Initializes a new instance of the Soap12OperationBinding class. |
Propriedades
| Handled |
Obtém ou define um valor que indica se o ServiceDescriptionFormatExtension é usado pelo processo de importação quando o elemento de extensibilidade é importado.Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is used by the import process when the extensibility element is imported. (Herdado de ServiceDescriptionFormatExtension) |
| Parent |
Obtém o pai do ServiceDescriptionFormatExtension.Gets the parent of the ServiceDescriptionFormatExtension. (Herdado de ServiceDescriptionFormatExtension) |
| Required |
Obtém ou define um valor que indica se o ServiceDescriptionFormatExtension é necessário para a ação à qual ele se refere.Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is necessary for the action to which it refers. (Herdado de ServiceDescriptionFormatExtension) |
| SoapAction |
Obtém ou define o URI para o cabeçalho SOAP.Gets or sets the URI for the SOAP header. (Herdado de SoapOperationBinding) |
| SoapActionRequired |
Obtém ou define um valor que indica se um serviço Web XML prevê a necessidade do cabeçalho HTTP |
| Style |
Obtém ou define o tipo da associação SOAP usada pelo SoapOperationBinding.Gets or sets the type of SOAP binding used by the SoapOperationBinding. (Herdado de SoapOperationBinding) |
Métodos
| 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) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |