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.
Mostrar archivo Open project: EventStore/csharp-ldap

Public Methods

Method Description
convertToIntermediateResponse ( RfcLdapMessage inResponse ) : LdapIntermediateResponse

Method Details

convertToIntermediateResponse() public static method

public static convertToIntermediateResponse ( RfcLdapMessage inResponse ) : LdapIntermediateResponse
inResponse Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
return Novell.Directory.Ldap.LdapIntermediateResponse