C# Class Novell.Directory.Ldap.LdapExtendedRequest

Represents an Ldap Extended Request.
Inheritance: LdapMessage
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
LdapExtendedRequest ( LdapExtendedOperation op, LdapControl cont ) : System

Constructs an LdapExtendedRequest.

Method Details

LdapExtendedRequest() public méthode

Constructs an LdapExtendedRequest.
public LdapExtendedRequest ( LdapExtendedOperation op, LdapControl cont ) : System
op LdapExtendedOperation The object which contains (1) an identifier of an extended /// operation which should be recognized by the particular Ldap /// server this client is connected to, and (2) an operation- /// specific sequence of octet strings or BER-encoded values. /// ///
cont LdapControl Any controls that apply to the extended request /// or null if none. ///
Résultat System