IndexedProtocolEndpoint Classe
Definição
Define um ProtocolEndpoint indexado.Defines an indexed ProtocolEndpoint.
public ref class IndexedProtocolEndpoint : System::IdentityModel::Metadata::ProtocolEndpoint
public class IndexedProtocolEndpoint : System.IdentityModel.Metadata.ProtocolEndpoint
type IndexedProtocolEndpoint = class
inherit ProtocolEndpoint
Public Class IndexedProtocolEndpoint
Inherits ProtocolEndpoint
- Herança
Construtores
| IndexedProtocolEndpoint() |
Inicializa uma nova instância da classe IndexedProtocolEndpoint.Initializes a new instance of the IndexedProtocolEndpoint class. |
| IndexedProtocolEndpoint(Int32, Uri, Uri) |
Inicializa uma nova instância da classe IndexedProtocolEndpoint que tem o índice, a associação e o local especificados.Initializes a new instance of the IndexedProtocolEndpoint class that has the specified index, binding, and location. |
Propriedades
| Binding |
Obtém ou define a associação.Gets or sets the binding. Este é um elemento obrigatório.This is a required element. (Herdado de ProtocolEndpoint) |
| Index |
Obtém ou define o índice.Gets or sets the index. Este é um elemento obrigatório.This is a required element. |
| IsDefault |
Obtém ou define um valor que indica se esse é um ponto de extremidade padrão.Gets or sets a value that indicates whether this is the default endpoint. Esse campo é opcional.This is optional. |
| Location |
Obtém ou define a localização.Gets or sets the location. Este é um elemento obrigatório.This is a required element. (Herdado de ProtocolEndpoint) |
| ResponseLocation |
Obtém ou define a localização da resposta.Gets or sets the response location. Esse é um elemento opcional.This is an optional element. (Herdado de ProtocolEndpoint) |
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) |