C# 클래스 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.
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
convertToIntermediateResponse ( RfcLdapMessage inResponse ) : LdapIntermediateResponse

메소드 상세

convertToIntermediateResponse() 공개 정적인 메소드

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