C# Class Novell.Directory.Ldap.Rfc2251.RfcControls

Represents Ldap Contreols.
 Controls ::= SEQUENCE OF Control 
Inheritance: Novell.Directory.Ldap.Asn1.Asn1SequenceOf
Mostrar archivo Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
RfcControls ( Asn1Decoder dec, System in_Renamed, int len ) : System

Method Details

RfcControls() public method

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
return System

add() public method

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

getIdentifier() public method

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

set_Renamed() public method

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