C# Class VLVControl, csharp-ldap

The following sample demonstrates how to use the VLV control with Synchronous search requests. As required a Server Side Sort Control is also included in the request. The program is hard coded to sort based on the common name attribute, and it searches for all objects at the specified searchBase. Usage: Usage: VLVControl
ファイルを表示 Open project: EventStore/csharp-ldap

Public Methods

Method Description
Main ( System args ) : void

Method Details

Main() public static method

public static Main ( System args ) : void
args System
return void