C# Class Novell.Directory.Ldap.LdapDeleteRequest

Represents a request to delete an entry.
Inheritance: LdapMessage
Show file Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
LdapDeleteRequest ( System dn, LdapControl cont ) : System

Constructs a request to delete an entry from the directory

ToString ( ) : System.String

Return an Asn1 representation of this delete request #return an Asn1 representation of this object

Method Details

LdapDeleteRequest() public method

Constructs a request to delete an entry from the directory
public LdapDeleteRequest ( System dn, LdapControl cont ) : System
dn System the dn of the entry to delete. /// ///
cont LdapControl Any controls that apply to the abandon request /// or null if none. ///
return System

ToString() public method

Return an Asn1 representation of this delete request #return an Asn1 representation of this object
public ToString ( ) : System.String
return System.String