7 references to AddRequest
System.DirectoryServices.Protocols (7)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (7)
218else if (request is AddRequest) 298else if (request is AddRequest) 631else if (request is AddRequest || request is ModifyRequest) 634if (request is AddRequest) 636modifications = BuildAttributes(((AddRequest)request).Attributes, ptrToFree); 656if (request is AddRequest) 660((AddRequest)request).DistinguishedName,