4 references to BuildControlArray
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
531
managedServerControls =
BuildControlArray
(request.Controls, true);
549
managedClientControls =
BuildControlArray
(request.Controls, false);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
573
managedServerControls = LdapConnection.
BuildControlArray
(controls, true);
590
managedClientControls = LdapConnection.
BuildControlArray
(controls, false);