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

Represents and Ldap Compare Response.
 CompareResponse ::= [APPLICATION 15] LdapResult 
Inheritance: RfcLdapResult
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
RfcCompareResponse ( Asn1Enumerated resultCode, RfcLdapDN matchedDN, RfcLdapString errorMessage, RfcReferral referral ) : System

Constructs an RfcCompareResponse from parameters.

getIdentifier ( ) : Asn1Identifier

Override getIdentifier to return an application-wide id.

Private Methods

Méthode Description
RfcCompareResponse ( Asn1Decoder dec, System in_Renamed, int len ) : System

Method Details

RfcCompareResponse() public méthode

Constructs an RfcCompareResponse from parameters.
public RfcCompareResponse ( 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 ///
Résultat System

getIdentifier() public méthode

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