C# Class Novell.Directory.Ldap.Controls.LdapVirtualListResponse

LdapVirtualListResponse is a Server Control returned by the server in response to a virtual list search request. In response to a VLV Search request the server returns an error code and if the search was successful returns the following information:
  • an index into the search results from where the returned list begins
  • an estimate of the total number of elements in the search result
  • an optional context field to be returned to the server with subsequent VLV request.
  • Inheritance: Novell.Directory.Ldap.LdapControl
    显示文件 Open project: EventStore/csharp-ldap

    Private Methods

    Method Description
    LdapVirtualListResponse ( System oid, bool critical, sbyte values ) : System