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

Represents an LDAP Intermediate Response. IntermediateResponse ::= [APPLICATION 25] SEQUENCE { COMPONENTS OF LDAPResult, note: only present on incorrectly encoded response from pre Falcon-sp1 server responseName [10] LDAPOID OPTIONAL, responseValue [11] OCTET STRING OPTIONAL }
Inheritance: Novell.Directory.Ldap.Asn1.Asn1Sequence, RfcResponse
Mostrar archivo Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
getErrorMessage ( ) : RfcLdapString
getIdentifier ( ) : Asn1Identifier
getMatchedDN ( ) : RfcLdapDN
getReferral ( ) : RfcReferral
getResponse ( ) : Asn1OctetString
getResponseName ( ) : RfcLdapOID
getResultCode ( ) : Asn1Enumerated

Private Methods

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

Method Details

getErrorMessage() public method

public getErrorMessage ( ) : RfcLdapString
return RfcLdapString

getIdentifier() public method

public getIdentifier ( ) : Asn1Identifier
return Novell.Directory.Ldap.Asn1.Asn1Identifier

getMatchedDN() public method

public getMatchedDN ( ) : RfcLdapDN
return RfcLdapDN

getReferral() public method

public getReferral ( ) : RfcReferral
return RfcReferral

getResponse() public method

public getResponse ( ) : Asn1OctetString
return Novell.Directory.Ldap.Asn1.Asn1OctetString

getResponseName() public method

public getResponseName ( ) : RfcLdapOID
return RfcLdapOID

getResultCode() public method

public getResultCode ( ) : Asn1Enumerated
return Novell.Directory.Ldap.Asn1.Asn1Enumerated