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

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

Public Methods

Method 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

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

Method Details

RfcCompareResponse() public method

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

getIdentifier() public method

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