Override getIdentifier to return an application-wide id.
///
/// ID = CLASS: APPLICATION, FORM: CONSTRUCTED, TAG: 16. (0x50)
///
///
public override Asn1Identifier getIdentifier()
{
return new Asn1Identifier(Asn1Identifier.APPLICATION, false, LdapMessage.ABANDON_REQUEST);
}
public RfcRequest dupRequest(System.String base_Renamed, System.String filter, bool reference)
{
throw new LdapException(ExceptionMessages.NO_DUP_REQUEST, new System.Object[]{"Abandon"}, LdapException.Ldap_NOT_SUPPORTED, (System.String) null);
}
public System.String getRequestDN()
{
return null;
}
}
}