DsmlDirectoryIdentifier Classe
Definição
A classe DsmlDirectoryIdentifier identifica um servidor HTTP.The DsmlDirectoryIdentifier class identifies an HTTP server.
public ref class DsmlDirectoryIdentifier : System::DirectoryServices::Protocols::DirectoryIdentifier
public class DsmlDirectoryIdentifier : System.DirectoryServices.Protocols.DirectoryIdentifier
type DsmlDirectoryIdentifier = class
inherit DirectoryIdentifier
Public Class DsmlDirectoryIdentifier
Inherits DirectoryIdentifier
- Herança
Comentários
Essa classe é usada para identificar um servidor que fornece DSML sobre SOAP/HTTP.This class is used to identify a server that provides DSML over SOAP/HTTP.
Construtores
| DsmlDirectoryIdentifier(Uri) |
O construtor DsmlDirectoryIdentifier(Uri) cria uma instância da classe DsmlDirectoryIdentifier usando o parâmetro especificado.The DsmlDirectoryIdentifier(Uri) constructor creates an instance of the DsmlDirectoryIdentifier class using the specified parameter. |
Propriedades
| ServerUri |
A propriedade ServerUri contém o Uri do servidor que esse objeto identifica.The ServerUri property contains the Uri of the server this object identifies. |
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) |