Header Classe
Definição
Define os dados fora de banda de uma chamada.Defines the out-of-band data for a call.
public ref class Header
[System.Serializable]
public class Header
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class Header
[<System.Serializable>]
type Header = class
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type Header = class
Public Class Header
- Herança
-
Header
- Atributos
Comentários
Headeros objetos são usados para transmitir informações sobre uma chamada de função remota (por exemplo, ID da transação ou uma assinatura de método).Header objects are used to convey information about a remote function call (for example, transaction ID or a method signature). Para obter mais informações, consulte BinaryFormatter e SoapFormatter.For more information, see BinaryFormatter and SoapFormatter.
Construtores
| Header(String, Object) |
Inicializa uma nova instância da classe Header com o nome e o valor determinados.Initializes a new instance of the Header class with the given name and value. |
| Header(String, Object, Boolean) |
Inicializa uma nova instância da classe Header com o nome, o valor e as informações de configuração adicionais determinados.Initializes a new instance of the Header class with the given name, value, and additional configuration information. |
| Header(String, Object, Boolean, String) |
Inicializa uma nova instância da classe Header.Initializes a new instance of the Header class. |
Campos
| HeaderNamespace |
Indica o namespace de XML ao qual o Header atual pertence.Indicates the XML namespace that the current Header belongs to. |
| MustUnderstand |
Indica se a extremidade de recebimento deve compreender os dados fora da banda.Indicates whether the receiving end must understand the out-of-band data. |
| Name | |
| Value |
Contém o valor para o Header.Contains the value for the Header. |
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) |