C# Class Novell.Directory.Ldap.LdapIntermediateResponse

Inheritance: LdapResponse
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
LdapIntermediateResponse ( RfcLdapMessage message ) : System
getID ( ) : String
getRegisteredResponses ( ) : RespExtensionSet
register ( String oid, Type extendedResponseClass ) : void

Private Methods

Méthode Description
getValue ( ) : sbyte[]

Method Details

LdapIntermediateResponse() public méthode

public LdapIntermediateResponse ( RfcLdapMessage message ) : System
message Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
Résultat System

getID() public méthode

public getID ( ) : String
Résultat String

getRegisteredResponses() public static méthode

public static getRegisteredResponses ( ) : RespExtensionSet
Résultat Novell.Directory.Ldap.Utilclass.RespExtensionSet

register() public static méthode

public static register ( String oid, Type extendedResponseClass ) : void
oid String
extendedResponseClass System.Type
Résultat void