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
Mostrar archivo Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

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

Method Details

RespControlVector() public method

public RespControlVector ( int cap, int incr ) : System
cap int
incr int
return System

findResponseControl() public method

public findResponseControl ( System searchOID ) : Type
searchOID System
return System.Type

registerResponseControl() public method

public registerResponseControl ( System oid, System controlClass ) : void
oid System
controlClass System
return void