C# 클래스 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.
상속: System.Collections.ArrayList
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
RespControlVector ( int cap, int incr ) : System
findResponseControl ( System searchOID ) : Type
registerResponseControl ( System oid, System controlClass ) : void

메소드 상세

RespControlVector() 공개 메소드

public RespControlVector ( int cap, int incr ) : System
cap int
incr int
리턴 System

findResponseControl() 공개 메소드

public findResponseControl ( System searchOID ) : Type
searchOID System
리턴 System.Type

registerResponseControl() 공개 메소드

public registerResponseControl ( System oid, System controlClass ) : void
oid System
controlClass System
리턴 void