C# Class Novell.Directory.Ldap.Utilclass.IntermediateResponseFactory

Takes an LDAPIntermediateResponse and returns an object (that implements the base class LDAPIntermediateResponse) 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 LdapIntermediateResponse.
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
convertToIntermediateResponse ( RfcLdapMessage inResponse ) : LdapIntermediateResponse

Method Details

convertToIntermediateResponse() public static méthode

public static convertToIntermediateResponse ( RfcLdapMessage inResponse ) : LdapIntermediateResponse
inResponse Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
Résultat Novell.Directory.Ldap.LdapIntermediateResponse