PeerHopCountAttribute Classe
Definição
Especifica o membro de contagem de saltos ponto a ponto de um bloco de cabeçalho de mensagem SOAP.Specifies the peer hop count member of a SOAP message header block.
public ref class PeerHopCountAttribute sealed : System::ServiceModel::MessageHeaderAttribute
public ref class PeerHopCountAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class PeerHopCountAttribute : System.ServiceModel.MessageHeaderAttribute
public class PeerHopCountAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type PeerHopCountAttribute = class
inherit MessageHeaderAttribute
type PeerHopCountAttribute = class
Public NotInheritable Class PeerHopCountAttribute
Inherits MessageHeaderAttribute
Public Class PeerHopCountAttribute
- Herança
- Herança
-
PeerHopCountAttribute
- Atributos
Construtores
| PeerHopCountAttribute() |
Inicializa uma nova instância da classe PeerHopCountAttribute.Initializes a new instance of the PeerHopCountAttribute class. |
Propriedades
| Actor |
Obtém o URI que indica o nó ao qual este cabeçalho está direcionado.Gets the URI that indicates the node at which this header is targeted. |
| HasProtectionLevel |
Quando substituída em uma classe derivada, obtém um valor que indica se o membro tem um nível de proteção atribuído.When overridden in a derived class, gets a value that indicates whether the member has a protection level assigned. (Herdado de MessageContractMemberAttribute) |
| MustUnderstand |
Obtém um valor que indica se o nó atuando na função Actor deve entender esse cabeçalho.Gets a value that indicates whether the node acting in the Actor role must understand this header. |
| Name |
Especifica o nome do elemento correspondente ao membro de contagem de saltos ponto a ponto.Specifies the name of the element that corresponds to the peer hop count member. |
| Namespace |
Obtém o namespace do elemento correspondente ao membro de contagem de saltos ponto a ponto.Gets the namespace of the element that corresponds to the peer hop count member. |
| ProtectionLevel |
Obtém um valor que indica se o membro de contagem de saltos ponto a ponto deve ser transmitido no estado em que se encontra ou assinado e criptografado.Gets a value that indicates whether the peer hop count member is to be transmitted as-is, signed, or signed and encrypted. |
| Relay |
Obtém um valor que indica se esta contagem de saltos ponto a ponto é retransmitida para nós de downstream.Gets a value that indicates whether this peer hop count is relayed to downstream nodes. |
| TypeId |
Quando implementado em uma classe derivada, obtém um identificador exclusivo para este Attribute.When implemented in a derived class, gets a unique identifier for this Attribute. (Herdado de Attribute) |
Métodos
| Equals(Object) |
Retorna um valor que indica se essa instância é igual a um objeto especificado.Returns a value that indicates whether this instance is equal to a specified object. (Herdado de Attribute) |
| 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() |
Retorna o código hash para a instância.Returns the hash code for this instance. (Herdado de Attribute) |
| 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) |
| IsDefaultAttribute() |
Quando substituído em uma classe derivada, indica se o valor dessa instância é o valor padrão para a classe derivada.When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Herdado de Attribute) |
| Match(Object) |
Quando substituído em uma classe derivada, retorna um valor que indica se essa instância é igual a um objeto especificado.When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Herdado de Attribute) |
| 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) |
Implantações explícitas de interface
| _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Mapeia um conjunto de nomes para um conjunto correspondente de identificadores de expedição.Maps a set of names to a corresponding set of dispatch identifiers. (Herdado de Attribute) |
| _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Recupera as informações de tipo para um objeto, que pode ser usado para obter as informações de tipo para uma interface.Retrieves the type information for an object, which can be used to get the type information for an interface. (Herdado de Attribute) |
| _Attribute.GetTypeInfoCount(UInt32) |
Retorna o número de interfaces de informações do tipo que um objeto fornece (0 ou 1).Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Herdado de Attribute) |
| _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Fornece acesso a propriedades e métodos expostos por um objeto.Provides access to properties and methods exposed by an object. (Herdado de Attribute) |