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.

파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
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