C# Class Novell.Directory.Ldap.Utilclass.RespControlVector

The MessageVector class implements extends the existing Vector class so that it can be used to maintain a list of currently registered control responses.
Inheritance: System.Collections.ArrayList
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
RespControlVector ( int cap, int incr ) : System
findResponseControl ( System searchOID ) : Type
registerResponseControl ( System oid, System controlClass ) : void

Method Details

RespControlVector() public méthode

public RespControlVector ( int cap, int incr ) : System
cap int
incr int
Résultat System

findResponseControl() public méthode

public findResponseControl ( System searchOID ) : Type
searchOID System
Résultat System.Type

registerResponseControl() public méthode

public registerResponseControl ( System oid, System controlClass ) : void
oid System
controlClass System
Résultat void