C# Класс Novell.Directory.Ldap.Extensions.ListReplicasResponse

Retrieves the list of replicas from the specified server. An object in this class is generated from an ExtendedResponse object using the ExtendedResponseFactory class. The listReplicaResponse extension uses the following OID: 2.16.840.1.113719.1.27.20
Наследование: Novell.Directory.Ldap.LdapExtendedResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
ListReplicasResponse ( RfcLdapMessage rfcMessage ) : System

Constructs an object from the responseValue which contains the list of replicas. The constructor parses the responseValue which has the following format: responseValue ::= replicaList SEQUENCE OF OCTET STRINGS

Описание методов

ListReplicasResponse() публичный Метод

Constructs an object from the responseValue which contains the list of replicas. The constructor parses the responseValue which has the following format: responseValue ::= replicaList SEQUENCE OF OCTET STRINGS
IOException The responseValue could not be decoded. ///
public ListReplicasResponse ( RfcLdapMessage rfcMessage ) : System
rfcMessage Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
Результат System