SoapHeaderMapping Classe
Definição
A classe SoapHeaderMapping representa um mapeamento de cabeçalho SOAP.The SoapHeaderMapping class represents a SOAP header mapping.
public ref class SoapHeaderMapping sealed
public sealed class SoapHeaderMapping
type SoapHeaderMapping = class
Public NotInheritable Class SoapHeaderMapping
- Herança
-
SoapHeaderMapping
Propriedades
| Custom |
Obtém um valor Boolean que indica se o mapeamento de cabeçalho SOAP é definido de modo personalizado.Gets a Boolean value that indicates whether the SOAP header mapping is custom-defined. |
| Direction |
Obtém um valor SoapHeaderDirection que indica a direção do mapeamento de cabeçalho SOAP.Gets a SoapHeaderDirection value that indicates the direction of the SOAP header mapping. |
| HeaderType |
Obtém um Type que representa o tipo do mapeamento de cabeçalho SOAP.Gets a Type that represents the type of the SOAP header mapping. |
| MemberInfo |
Obtém o MemberInfo associado com o mapeamento de cabeçalho SOAP.Gets the MemberInfo associated with the SOAP header mapping. |
| Repeats |
Obtém um valor Boolean que indica se o mapeamento de cabeçalho SOAP se repete.Gets a Boolean value that indicates whether the SOAP header mapping repeats. |
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) |