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

Represents an Ldap Modify DN Request.
 ModifyDNResponse ::= [APPLICATION 13] LdapResult 
Inheritance: RfcLdapResult
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
RfcModifyDNResponse ( Asn1Enumerated resultCode, RfcLdapDN matchedDN, RfcLdapString errorMessage, RfcReferral referral ) : System

Constructs an RfcModifyDNResponse from parameters.

getIdentifier ( ) : Asn1Identifier

Override getIdentifier to return an application-wide id.

Private Methods

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

Method Details

RfcModifyDNResponse() public method

Constructs an RfcModifyDNResponse from parameters.
public RfcModifyDNResponse ( Asn1Enumerated resultCode, RfcLdapDN matchedDN, RfcLdapString errorMessage, RfcReferral referral ) : System
resultCode Novell.Directory.Ldap.Asn1.Asn1Enumerated the result code of the operation /// ///
matchedDN RfcLdapDN the matched DN returned from the server /// ///
errorMessage RfcLdapString the diagnostic message returned from the server /// ///
referral RfcReferral the referral(s) returned by the server ///
return System

getIdentifier() public method

Override getIdentifier to return an application-wide id.
public getIdentifier ( ) : Asn1Identifier
return Novell.Directory.Ldap.Asn1.Asn1Identifier