2 references to AddResponse
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1435response = new AddResponse(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral); 1876response = new AddResponse(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);