C# Class Novell.Directory.Ldap.LdapExtendedRequest

Represents an Ldap Extended Request.
Inheritance: LdapMessage
显示文件 Open project: EventStore/csharp-ldap

Public Methods

Method Description
LdapExtendedRequest ( LdapExtendedOperation op, LdapControl cont ) : System

Constructs an LdapExtendedRequest.

Method Details

LdapExtendedRequest() public method

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