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.
Показать файл Открыть проект

Открытые методы

Метод Описание
convertToIntermediateResponse ( RfcLdapMessage inResponse ) : LdapIntermediateResponse

Описание методов

convertToIntermediateResponse() публичный статический Метод

public static convertToIntermediateResponse ( RfcLdapMessage inResponse ) : LdapIntermediateResponse
inResponse Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
Результат Novell.Directory.Ldap.LdapIntermediateResponse