C# 클래스 Novell.Directory.Ldap.Rfc2251.RfcControls

Represents Ldap Contreols.
 Controls ::= SEQUENCE OF Control 
상속: Novell.Directory.Ldap.Asn1.Asn1SequenceOf
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
RfcControls ( ) : System

Constructs a Controls object. This constructor is used in combination with the add() method to construct a set of Controls to send to the server.

add ( RfcControl control ) : void

Override add() of Asn1SequenceOf to only accept a Control type.

getIdentifier ( ) : Asn1Identifier

Override getIdentifier to return a context specific id.

set_Renamed ( int index, RfcControl control ) : void

Override set() of Asn1SequenceOf to only accept a Control type.

비공개 메소드들

메소드 설명
RfcControls ( Asn1Decoder dec, System in_Renamed, int len ) : System

메소드 상세

RfcControls() 공개 메소드

Constructs a Controls object. This constructor is used in combination with the add() method to construct a set of Controls to send to the server.
public RfcControls ( ) : System
리턴 System

add() 공개 메소드

Override add() of Asn1SequenceOf to only accept a Control type.
public add ( RfcControl control ) : void
control RfcControl
리턴 void

getIdentifier() 공개 메소드

Override getIdentifier to return a context specific id.
public getIdentifier ( ) : Asn1Identifier
리턴 Novell.Directory.Ldap.Asn1.Asn1Identifier

set_Renamed() 공개 메소드

Override set() of Asn1SequenceOf to only accept a Control type.
public set_Renamed ( int index, RfcControl control ) : void
index int
control RfcControl
리턴 void