C# Class Novell.Directory.Ldap.Extensions.GetReplicationFilterResponse

This object represent the filter returned fom a GetReplicationFilterRequest. An object in this class is generated from an ExtendedResponse object using the ExtendedResponseFactory class. The GetReplicationFilterResponse extension uses the following OID: 2.16.840.1.113719.1.27.100.38
Inheritance: Novell.Directory.Ldap.LdapExtendedResponse
ファイルを表示 Open project: EventStore/csharp-ldap

Public Methods

Method Description
GetReplicationFilterResponse ( RfcLdapMessage rfcMessage ) : System

Constructs an object from the responseValue which contains the replication filter. The constructor parses the responseValue which has the following format: responseValue ::= SEQUENCE of SEQUENCE { classname OCTET STRING SEQUENCE of ATTRIBUTES } where ATTRIBUTES:: OCTET STRING

Method Details

GetReplicationFilterResponse() public method

Constructs an object from the responseValue which contains the replication filter. The constructor parses the responseValue which has the following format: responseValue ::= SEQUENCE of SEQUENCE { classname OCTET STRING SEQUENCE of ATTRIBUTES } where ATTRIBUTES:: OCTET STRING
IOException The responseValue could not be decoded. ///
public GetReplicationFilterResponse ( RfcLdapMessage rfcMessage ) : System
rfcMessage Novell.Directory.Ldap.Rfc2251.RfcLdapMessage
return System