7 references to AddRequest
System.DirectoryServices.Protocols (7)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (7)
215else if (request is AddRequest) 295else if (request is AddRequest) 625else if (request is AddRequest || request is ModifyRequest) 628if (request is AddRequest) 630modifications = BuildAttributes(((AddRequest)request).Attributes, ptrToFree); 650if (request is AddRequest) 654((AddRequest)request).DistinguishedName,