C# Класс Novell.Directory.Ldap.Utilclass.ExtResponseFactory

Takes an LdapExtendedResponse and returns an object (that implements the base class ParsedExtendedResponse) based on the OID.

You can then call methods defined in the child class to parse the contents of the response. The methods available depend on the child class. All child classes inherit from the ParsedExtendedResponse.

Показать файл Открыть проект

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

Метод Описание
convertToExtendedResponse ( RfcLdapMessage inResponse ) : LdapExtendedResponse

Used to Convert an RfcLdapMessage object to the appropriate LdapExtendedResponse object depending on the operation being performed.

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

convertToExtendedResponse() публичный статический Метод

Used to Convert an RfcLdapMessage object to the appropriate LdapExtendedResponse object depending on the operation being performed.
public static convertToExtendedResponse ( RfcLdapMessage inResponse ) : LdapExtendedResponse
inResponse Novell.Directory.Ldap.Rfc2251.RfcLdapMessage The LdapExtendedReponse object as returned by the /// extendedOperation method in the LdapConnection object. ///
Результат Novell.Directory.Ldap.LdapExtendedResponse