C# Class 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.

Mostrar archivo Open project: EventStore/csharp-ldap

Public Methods

Method Description
convertToExtendedResponse ( RfcLdapMessage inResponse ) : LdapExtendedResponse

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

Method Details

convertToExtendedResponse() public static method

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. ///
return Novell.Directory.Ldap.LdapExtendedResponse